Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple Connections
Message
De
21/11/2001 12:28:51
 
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00584561
Message ID:
00584572
Vues:
41
>Is there any way to open multiple connections for a recordset? The reason I ask this is because we are using a sql statement that uses data from two different ODBC Drivers and we need to open both for the recordset to work.

Multiple connections for the same recordset? Not possible AFAIK. How are you using this SQL statement? (I mean, does it work and how)

What is your backend database? If any of the two backends is SQL Server you might be able to use a linked server to treat the other DB as just another SQL Server database.

The alternative is to open two recordsets and process the data on the client side.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform