plz giv me the procedure for connecting to database
Answer / kamesh
Set Con=Server.CreateObject("ADODB.Connection")
Con.ConnectionTimeout = 0
Con.CommandTimeout = 0
Con.Open "Provider=SQLOLEDB.1;Password=aatindia;Persist
Security Info=false;User ID=aspteam;Initial
Catalog=aat_new1;Data Source=indiaserver"
Is This Answer Correct ? | 5 Yes | 2 No |
What is the use of following Statement Response.Expires=120 A.The page will be removed form cache after 120 Hours B.The page will be removed form cache after 120 Sec C.The page will be removed form cache before 120 Min D.The page will be removed form cache after 2 Hours
Speaking of boolean data types, whats different between c# and /c++?
What are ARRAYS?
Tell something about Active Server Pages?
What is msmq?
What is asp code?
Name the command to display characters to the html page?
What is a form collection in asp?
What opens asp files?
Define a form collection?
Why does my code get a security exception when I run it from a network shared drive?
what is diff c#and vb.net what is .net framework 3.5 what is webservice with expmles