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
Explain how can you overload a method?
What is a request body?
what is the default .net provider
What is an .asp file?
Explain the properties of session object?
Is classic asp dead?
What is pdf aspx?
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com
What happens to asp pages?
What is an asp model?
Explain the life cycle of asp page.
Which asp object is often used to retrieve user information from forms?
How do I open aspx files?
Why does my code get a security exception when I run it from a network shared drive?
Define microsoft intermediate language (msil)?