how to connect asp with sql server.......?
Write some code for connectivity between sql server and ASP...
Answer Posted / thimmaiah
<%
Set conn=Server.CreateObject("ADODB.Connectiion")
Con.Provider="sql Sever Repulication OLEDB Provider for DTS"
conn.Open "C:/Programfile/Personnel
Records/Switching_Employee.Mdb"
set Rs=Server.createObject("ADODB.Connection")
Rs.OPen "Employee",conn
%>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is hidden field?
What is classic asp application?
What opens asp files?
Define session object?
What is use of asp?
What is caching in asp?
when we use ajax in.net
In case of we are not saving the information as cookies. how server detects the same user?
Name the methods in application object?
Hii My Question is How the Down Payment will clear in APP? Can any one help me
How do I administer security for my machine? For an enterprise?
What is active server object model?
What are the methods in session object in asp?
Explain how can you overload a method?
Define application-scope?