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 |
Define clientcertificate collection?
What is the Order of precedence for LOGICAL Operators in ASP?
What is the purpose of application.lock method?
Define querystring collection in asp?
What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?
Can I avoid using the garbage collected heap?
What is a .ASP file?
what is the difference between #include directory in C,C++ and import java.packages in java
difference between html and asp?
How do you initialize a two-dimensional array that you don't know the dimensions of?
What are the attributes of the <form> tags? What are their functions?
what is the difference between sql server2000 and 2005