Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sync

Status
Not open for further replies.

digatle

Technical User
Oct 31, 2003
85
0
0
US
Can you sync a MSSQL database (maybe one table) with say a MySQL database table?

Digatle
 
I'm sure there is a dirty way of doing it. Maybe a trigger on the MS SQL table that writes out, to a text file?, the type of action, ie. Add/Del/Update that occured on the table along w/ the data elements that were added/updated. Then the MySQL could pick that file up and process the change to its table.

I do not believe there is a connection type for processing transaction from a SQL Server DB to a MySQL DB. But I may be mistaken.

Thanks

J. Kusch
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top