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 are the attributes of the <form> tags? What are their functions?
How do I view an asp file?
Define common type system (cts)?
How do I add aspx page to visual studio?
How can I break Search
What are server variables collection?
Where will you code OPTION EXPLICIT in an ASP application? WHY?
Name the command to display characters to the html page?
plz send me interview model questions asked in KVB Clerk interview.
2 Answers Karur Vysya Bank KVB,
How do I administer security for my machine? For an enterprise?
I have written an assembly that I want to use in more than one application. Where do I deploy it?
Tell me about Dictionary Object?