Copy Data beetwen two database

jnbarban

Member
Licensed User
Longtime User
Hi , i have 2 database :
-db1
-db2

the table "Visite" is in the two database( db1 and db2)

I want copy some line of db1.Visite into db2.Visite.

do you know how i can do that easely ?

Something like "cursorDB1 = cursorDB2" ?


Thanks
 
Top