dannoura has asked for the wisdom of the Perl Monks concerning the following question:
hi,
I'm trying to import data from a MSSQL database to a MySQL database. It seems that some characters get mangled in the translation. When I print them out they come out as a question mark (they also appear that way in the MySQL DB). Basically, I just select from the MSSQL table and then go over the results with fetchrow_array and insert each row (using placeholders) into the MySQL table.
I saw a number of nodes referencing inserts into MSSQL, but none saying anything useful about selects. Anyone have any suggestions?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: MSSQL to MySQL via perl
by jfroebe (Parson) on May 12, 2009 at 14:02 UTC | |
by Anonymous Monk on May 12, 2009 at 15:03 UTC | |
by jfroebe (Parson) on May 12, 2009 at 16:38 UTC |