Help

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

Hi,

I have a database in Oracle, which i have converted to Access1

database. The client has his own Access2 Database. I want to transfer the

data from the Access1 database to Access2 database. The Access2

database has the tables of Access1 database and addditional tables. This
wil have to be done at regular intervals.

Can someone suggest me how to proceed .

TIA,

Gary
 
If you have SQL Server. The best way to do this is write a DTS package from
Access1 to Access2 and invoke it at intervals (or schedule it).

If you dont have SQL, you will have to write manual code to achive this.

Thanks,
Parag/-
 
Back
Top