This is a discussion on from sybase to mysql within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hello, I need to export a Sybase database and then import it to mysql. I've read some information about ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. |
|
|||
|
"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 |
![]() |
| Thread Tools | |
| Display Modes | |
|
|