Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple Connections
Message
From
21/11/2001 12:28:51
 
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00584561
Message ID:
00584572
Views:
39
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform