Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Connecting to Data/Tables
Message
From
04/08/1999 21:03:35
 
 
To
All
General information
Forum:
Visual C++
Category:
Other
Title:
Connecting to Data/Tables
Miscellaneous
Thread ID:
00250028
Message ID:
00250028
Views:
67
Here are some questions that have been puzzling me, i would greatly appreciate the help. Thanks!

1. What is ADODB.Connection? How do I use it? All I do to connect to the database is the ff.:

set new_rs = server.CreateObject("ADODB.Recordset")
new_rs.Open new_qry,"DSN=systemdsn;UID=sa;PWD="

and it works. Would having a server.CreateObject("ADODB.Connection")
improve my script?

2. Where can I find documentation regarding ADODB so that I can find out more about what objects to create and how to use them?

Again, thanks
Next
Reply
Map
View

Click here to load this message in the networking platform