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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query for exporting database from sql to mysql ?

Status
Not open for further replies.

paragvshah

Programmer
Jan 11, 2001
109
IN
I have database named Xporter which is created using SQL server and frontend in powerbuilder 7.0 .
I have to export all the tables from that to a mysql database.
So how can i do that....
pl reply asap.
 
I do a similar thing to send data from SQL database to linux webserver using mySQl, and I just did it in a DTS package.

Had to install the mySQL drivers, then create a DSN, then set that up as a connection in the dts package, and Bob's your mutha's bruver.

Let me know if this doesn't help you!


Fi.

:)


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top