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 difference between asp and saas?
What is asp software?
Explain the tasks performed by <> tags?
Explain the difference between server-side validation and client-side validation?
can any one tell me about dot net framework not basic detail
how can we done appllication deployment
What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? A. ADO B. RDO C. RDS D. OLEDB E. None of the above.
Name the data types which does the rangevalidator control support?
how to do process steps fi -mm integration can u define anybody pls
What is the maximum size of an array in asp?
Explain the post and get method or explain the difference between them?
How to run FileSystemObject in ASP