开发者

synchronize joomla mysql and powerbuilder sql anywhere database

开发者 https://www.devze.com 2023-01-04 00:00 出处:网络
Hallo! I need to synchr开发者_如何学运维onize 2 Databases. I have a Windows 2000 Server with Xampp (schoolserver).

Hallo! I need to synchr开发者_如何学运维onize 2 Databases. I have a Windows 2000 Server with Xampp (schoolserver). Do you know some ways to realize this?

I thought following: 1.Write the data in the php script or c# script 2. let something like a cronjob(dont know the windows form) run and check both databases.

Is there a better way?


Do you use Powerbuilder? Powerbuilder has a feature called data pipeline that you can use to migrate/pipe data between tables. The source table & destination don't have to be in the same DBMS. In your case you could pipe your data from mysql to sqlanywhere & vice versa.

Have you considered using a bcp Utility to export the data then import it to the destination database?

0

精彩评论

暂无评论...
验证码 换一张
取 消