SQL 7 -> MySQL
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Esta mensagem é parte da seguinte discussão:
a lista completa das discussões ordenadas por data
KeithSmith em
2000-07-24 16:25
sinck@owmyeye.ugive.comsinckowmyeye.ugive.com em
2000-07-24 16:30
Anexos:
Mensagem como email
(text/plain)
Autor:
sinck@ugive.com
Data:
2000-07-24 16:30
UTC
Assunto:
SQL 7 -> MySQL
Bad me responded directly to Mike offlist.
In a nutshell, grab 'active perl' from
www.activestate.com
, install
the DBI/ADO stuff on a windows box, install the mysql odbc connector
on a windows box, then flesh out the pseudo code as follows:
foreach (@database) foreach (@tables) $mysql->execute($ms_sql->fetrchrow_arraref())
David