Home > Archive > PHP Language > October 2004 > from sybase to mysql
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
from sybase to mysql
|
|
|
|
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.
| |
| Richard Grove - Žed Eye Media 2004-10-26, 3:56 pm |
| "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
|
|
|
|
|