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 difference between aspx and razor?
what is diff c#and vb.net what is .net framework 3.5 what is webservice with expmles
Explain the difference between server.transfer and response.redirect?
Can be arrays resized by using the keyword redim?
Define the asp scripting objects?
Enter the roll number of a student and get his marks from a database file called MARKS. Use an ASP code for the same
How do I add aspx page to visual studio?
When did classic asp come out?
how to configure asp.net website in vs2008. and the projects devoloped in 2005 can be run in 2008
What are the asp objects?
how to delete windows application in vs.net
What is asp in web design?
What does aspx stand for?
Which asp object is often used to retrieve user information from forms?
textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.