|
|
<%
Dim Con,rs
Set Con = Server.CreateObject("ADODB.Connection")
Set rs = Server.CreateObject("ADODB.Recordset")
DSNStatement = "DRIVER=Microsoft Access Driver (*.mdb);DBQ="
DSNStatement = DSNStatement & Server.MapPath("/cse.mdb")
Con.Open DSNStatement
s="select * from faculty"
set rs=con.Execute(s)
WHILE NOT rs.EOF %>
| Name
|
|
Pradeep Ahire
|
| Designation | : | <%=rs("dsg")%> Asstt. Professor &
Head of Dept. |
| Qualifications | : | <%=rs("qual")%> M.E. (CSE), Bachelor
of Journalism, Dip. in German, P.C.C. French, LMISTE, AMIETE |
| Area of Interest | : | <%=rs("soi")%>Web
Technologies, Networking |
| Email Id | | <%=rs("email")%>pradeepahire@pescoe.com |
|
|
|
|
| Name
|
|
Mrs. V.A. Losarwar
|
| Designation | : | <%=rs("dsg")%> Asstt. Professor
|
| Qualifications | : | <%=rs("qual")%> M.E.
(CSE)
|
| Area of Interest | : | Embedded
Systems, Compiler Design, Theory of Computation
|
|
|
|
| Name |
|
Ms. S.N. Kakarwal
|
| Designation | : | <%=rs("dsg")%> Asstt. Professor
|
| Qualifications | : | <%=rs("qual")%> M.E.
(CSE)
|
| Area of Interest | : | Digital
Signal and image Processing, Discrete Mathematical Structure, Compiler
Design, Information Theory and Coding
|
|
|
|
| Name |
|
Mrs. M.M. Ambekar
|
| Designation | : | Lecturer
|
| Qualifications | : | <%=rs("qual")%> B.E.
(CSE), M.E. (CSE) appearing
|
| Area of Interest | : | Multimedia
Systems, .Net, Computer Graphics, Software Testing & QA
|
| Email Id | |
|
|
|
|
| Name |
|
Mrs. S.D. Pingle
|
| Designation | : |
Lecturer
|
| Qualifications | : |
<%=rs("qual")%> B.E. (CSE), M.E. (CSE) appearing<%=rs("qual")%>
|
| Area of Interest | : | Operating
Systems, Linux OS
|
|
|
|
| Name |
|
Vilas Bhanudas Kamble
|
| Designation | : |
Lecturer
|
| Qualifications | : |
<%=rs("qual")%> B.E. (CSE), M.E. (CSE) appearing<%=rs("qual")%>
|
| Area of Interest | : | Database
Management System, Operations Research
|
|
|
|
| Name |
|
Ms. Vaishali A. Londhe
|
| Designation | : |
Lecturer
|
| Qualifications | : |
<%=rs("qual")%> B.E. (CSE), M.E. (CSE) appearing<%=rs("qual")%>
|
| Area of Interest | : | Microprocessors,
Electronics Measurement System
|
|
|
|
| Name |
|
Anwar Kaleem Akhter
|
| Designation | : | Lecturer
|
| Qualifications | : | <%=rs("qual")%> B.E.
(CSE), MBA
|
| Area of Interest | : | Professional
Ethics and Cyber Laws, Linux OS
|
|
|
|
| Name |
|
Mrs. A.S. Gaikwad
|
| Designation | : | Lecturer
|
| Qualifications | : | <%=rs("qual")%> B.E.(CSE),
M.E. (CSE) appearing
|
| Area of Interest | : | Artificial
Intelligence, Compiler Design
|
|
|
|
| Name |
|
T.A. Kadam
|
| Designation | : | Computer
Programmer
|
| Qualifications | : | <%=rs("qual")%>
B.E.(CSE), M.E. (CSE) appearing
|
| Area of Interest | : | Artificial
Intelligence, Compiler Design
|
|
|
|
<%rs.MoveNext
WEND
%>
|