in reply to DBD::ODBC and TSQL

Be wary of unportable code like PL/SQL and TSQL. They are great for their platforms, but are not cross-platform. Coding it in something like Perl, and using ANSI standard SQL queries to retrieve your data, and then Perl to organize it, will better serve the portability and maintainability of your code


Grygonos