Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Perform many SQL statements at once???
Message
De
06/10/2000 18:01:09
 
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00421768
Message ID:
00426327
Vues:
11
You can try the NextRecordset method of rs object. Build your select list separating with a semicolon like so:

strSQL= "SELECT * FROM Authors; " & _
"SELECT * FROM stores; " & _
"SELECT * FROM jobs"

And then fetch the next result set like so:
Set myRS = myRS.NextRecordset
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform