
November 11th, 2012, 10:27 AM
|
 |
!~ /m$/
|
|
Join Date: May 2004
Location: Reno, NV
|
|
There's an ODBC driver for DBI, so that isn't a problem.
DBD::ODBC
I'm not sure what you mean by converting from SQL 2005 to SQL 2000. On the perl side, you only need to make the connection. If the database schema is different, then you'll obviously need to make adjustments to the script to match the new table and field names.
It's pretty easy to query the database though with a script and receive the new schema.
|