|
skima (m)
|
Hi guys, i need help. I need to share data between mysql and mssql server. Do you guys know any open source tool out there? let me know. I don't want to write XML library because i need it now!
|
|
|
|
|
|
AhmedGuru (m)
|
You don't seem to be clear.
Are you trying to transfer data from mysql to mssql server, if yes, you can use, Data transformation services(DTS) in mssql server to transfer your data form mysql to sql server and vise versa.
Or
Are you writing an application that share data between and across these to hererogenous DB servers, if yes u may need to use web services for in your development.
Have a great day.
|
|
|
|
|
|
alexis (m)
|
Download mysql driver for ODBC and connect to the mysql dbase. Once connected, you can do any other thing with the dbase, dump it, manipulate it etc.
|
|
|
|
|
|
skima (m)
|
Thanks guys. i later downloaded mysql odbc.
its, but had error converting some tables. 98% was converted.
|
|
|
|
|
|
alexis (m)
|
Happy to have help out
|
|
|
|
|
|