How to do?
I have some tables physically placed in 4 different .mdb-databases which I
want to join together using C++ and ADO - is this possible.
Is it possible to link tables using ADO?
Any help appreciated.
Best regards,
I have some tables physically placed in 4 different .mdb-databases which I
want to join together using C++ and ADO - is this possible.
Is it possible to link tables using ADO?
Any help appreciated.
Best regards,
Jason
> I have some tables physically placed in 4 different .mdb-databases which I
> want to join together using C++ and ADO - is this possible.
> Is it possible to link tables using ADO?
> Any help appreciated.
> Best regards,
Jacob
> Jason
> > How to do?
> > I have some tables physically placed in 4 different .mdb-databases which
I
> > want to join together using C++ and ADO - is this possible.
> > Is it possible to link tables using ADO?
> > Any help appreciated.
> > Best regards,
OR, you might be able to create a temp mdb on the fly with linked tables, I
think you can do this with adodx, you might need dao. Then you just have one
mdb to select from. When you are done with the temp mdb, you can delete it.
That doesn't sound very fun though.
Have fun!
Jason
> Jacob
> > You might be able to have one master mdb that just links to the other
> > databases. I have used ADO to run queries against a mdb that contained
no
> > real data - only linked tables to another database.
> > Jason
> > > How to do?
> > > I have some tables physically placed in 4 different .mdb-databases
which
> I
> > > want to join together using C++ and ADO - is this possible.
> > > Is it possible to link tables using ADO?
> > > Any help appreciated.
> > > Best regards,
No, but it would work! This adodx you're talking about, where can I findQuote:> OR, you might be able to create a temp mdb on the fly with linked tables,
I
> think you can do this with adodx, you might need dao. Then you just have
one
> mdb to select from. When you are done with the temp mdb, you can delete
it.
> That doesn't sound very fun though.
Appreciate your help
Jacob
Search the MSDN forQuote:> > OR, you might be able to create a temp mdb on the fly with linked tables,
> I
> > think you can do this with adodx, you might need dao. Then you just have
> one
> > mdb to select from. When you are done with the temp mdb, you can delete
> it.
> > That doesn't sound very fun though.
> No, but it would work! This adodx you're talking about, where can I find
> info regarding that?
"Microsoft ADOX Programmer's Reference"
But There is a bug : you can't get
the list of all views with ADOX.Catalog
from a SQL-Server on a JetEngine is it OK.
--
Regards
Uwe
1. Joining tables across mulitple databases using ADO?
How to do?
I have some tables physically placed in 4 different .mdb-databases which I
want to join together using C++ and ADO - is this possible.
Is it possible to link tables using ADO?
Any help appreciated.
Best regards,
3. joins across mulitple databases
4. Moving DB from SQL 2000 to SQL 7.0
5. exporting data from mulitple tables (using left outer joins) - getting sql error
6. Changing Width of Report in Approach
7. Joining Tables from Multiple Databases using ADO
8. US-Countrywide - New Job And Resume Site For ORACLE Specialists
9. Joining tables across databases
10. Index usage in table join across multiple databases
11. joining tables across databases
12. join tables across different databases?
13. Database joins across databases.