|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
MS sql v7.0 exchange data with mysql
I have a web app that runs in 1 domain under both linux/apache/php and mysql as well as NT4.0/IIS/ASP/COM/MS SQL 7.0. I am trying to get information to exchange between the 2 environements.
Does anyone know of any tools available? |
|
#2
|
||||
|
||||
|
You can use DTS with MyODBC driver, to send data from SQLServer to MySQL.
Or you can schedule an extraction to flat file from MySQL and then load data into SQLServer.
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins |
|
#3
|
|||
|
|||
|
Thanks for the options, but this has to be real time transactional exhange of data. I have up to 5 seconds max for this to occur.
|
|
#4
|
||||
|
||||
|
Use triggers in SQLServer
|
|
#5
|
|||
|
|||
|
Which database is the master and which is the slave?
__________________
El éxito consiste en una serie de pequeñas victorias día a día MySQL, MS SQL, MS ACCESS, Oracle Database Manager - http://victorpendleton.net/products/psdviewer.html |
|
#6
|
|||
|
|||
|
There is no master/slave relationship. The exchange of data needs to be 2 way, thoughnot the same data elements.
|
|
#7
|
|||
|
|||
|
Two way data exchange? Is the data exchange between the same tables? If so this is very dangerous and can lead to data corruption.
... What is your layout and your goal? |
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > MS sql v7.0 exchange data with mysql |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|