Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recordsets
Message
De
26/11/2001 16:20:28
Jason Dalio
Northern Interior Regional Health Board
Prince George, Colombie Britannique, Canada
 
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
Divers
Thread ID:
00585974
Message ID:
00586021
Vues:
20
You can make your SELECT statements access 2 different sources. I can't remember the exact syntax but I have seen it posted here on UT before. essentially you do something like the following:

SELECT Field1, Field2 FROM [ODBCSource1]![Table1]
UNION (SELECT Field1, Field2 FROM [ODBCSource2]![Table2]);

Obviously my syntax is wrong but I hope this shows you that you can actually do it. I know you can include the provider strings within the actuial SQL statements.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform