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 |
How to delete an existing cookie?
Explain the difference between server-side validation and client-side validation?
what is differance b/w .net assemblies and com component?
What is the code for closing the form(using controls) instead of directly closing it?
What is asp used for?
What are the asp components?
what are disadvantages of AJAX controls?
Define querystring collection?
What is full form of aspx?
How do I open an asp file on a mac?
What is aspx format?
can we place Global.asa into "bin" directory instead of Root directory?