Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Insert into Paradox and Access after SQL Server

Author  Topic 

aim22
Starting Member

7 Posts

Posted - 2007-11-08 : 18:04:50
I work for a company that uses multiple databases. We have a situation now where we want a record inserted into a SQL Server table to be inserted aswell into a Paradox table and an Access table.

It would only be one field but the tables have different structure and field names.

Can this be done?

Thank you...

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2007-11-08 : 20:50:45
it can, but you'll need to do it in seperate sql tasks with seperate connections...unless u have linked .mdb and paradox db.

i dont know about paradox, but definitely works in msaccess
Go to Top of Page
   

- Advertisement -