Quote:
quote:Originally posted by planoie
Are these databases on the same DB server? What is the DBS platform?
In MS-SQL you can easily work between databases using the syntax
<database>..<tablename>
I don't know about other platforms.
This is usually the easier way to do it, but in ADO with a dataset, you can open several tables, then build relationships between them without (I believe) the need to have those tables residing in the same DB, DB server or even the same format (one from DB, one from XML). As long as there are datatypes that can be tied together in some form of relation.
Peter
|
Hello Peter,
DBS platform is Progress, it is 4GL database, and my database is multivolume. To connect odbc.net with two database I using two
DNS files odbc drive. These databases are on the same DB server.
I cannot insert two dns on ODBC.net parameter connection.
Ciao
Peter
Grazie