Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connecting to Data/Tables
Message
De
04/08/1999 21:03:35
 
 
À
Tous
Information générale
Forum:
Visual C++
Catégorie:
Autre
Titre:
Connecting to Data/Tables
Divers
Thread ID:
00250028
Message ID:
00250028
Vues:
68
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform