| Author |
Message |
sjaardema
Joined: 16 Nov 2005 Posts: 3
|
Posted: Wed Nov 16, 2005 9:46 pm Post subject: Connecting mora than one database at the same time |
|
|
I need to transfer data from a few tables from one database (on C-drive)
to another set of tables in another database. I try to use 2 different TSQLConnections, but it seems that the last one opened has preference over the other.
How can I connect these two different databases |
|
| Back to top |
|
 |
VISOCO Support VISOCO Software Support
Joined: 16 Jul 2002 Posts: 96
|
Posted: Thu Nov 17, 2005 2:39 am Post subject: |
|
|
You have to use two different TSQLConnection's and different TSQLDataset's. Each of the datasets must be linked to the appropriate connection component.
What do you mean, when you are saying about the preference of one connection over the other ? |
|
| Back to top |
|
 |
|