Code Comments
Programming Forum and web based access to our favorite programming groups.Hello, I need to export a Sybase database and then import it to mysql. I've read some information about a sybase php library (sybase_select_db, ...) so maybe I could find a pure php solution... Does anyone have a simple solution to get these things done ? Thanks in advance, Udo.
Post Follow-up to this message"Udo" <udo.superstar@laposte.net> wrote in message news:417d36d8$0$2524$636a15ce@news.free.fr... > > Hello, > > I need to export a Sybase database and then import it to mysql. I've read > some information about a sybase php library (sybase_select_db, ...) so maybe > I could find a pure php solution... > > Does anyone have a simple solution to get these things done ? > > Thanks in advance, > > Udo. > > Why don't you just write a script that gets the Sybase data a row at a time and then inserts it into the MySQL database? Shouldn't take more than 10 minutes. Regards Richard Grove http://www.shopmaker.co.uk - Ecommerce Shop Systems
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.