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
textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.
Define a form collection?
sir,please send me the NIC exam questions
What purpose is served by the application.lock method?
Explain the difference between inline and code behind.
how u can use asp.net for making website?
difference between html and asp?
Explain what are the attributes of the tags? What are their functions?
Define application object?
Should user input data validation occur server-side or client-side?
. which tag i need to use manually to bind columns in a datagrid ?
How do you make it so that code runs when the security system is stopping it?
How do I open aspx files?
What are the tasks performed by <> tags?
when we use ajax in.net