copy data from 1 db to another

gjoisa

Active Member
Licensed User
Longtime User
Hi !
Ihave one question . How to copy the data from sql database to another sql database ? Help me .
 

gjoisa

Active Member
Licensed User
Longtime User
It goes to nowhere . Same thread opens in another window !:BangHead:
 

nl1007

Member
Licensed User
Longtime User
I imagine you should be able to create two Connection and Command objects, and open both databases at the same time - or else open one, copy the required data to a Table control, then open the other and copy it from the Table again..
 
Top