in reply to Re: Improving on MS-SQL over DBI and DBD::ODBC
in thread Improving on MS-SQL over DBI and DBD::ODBC

Of course I already use placeholders and such, but I typically only run a given SELECT statement once in this application, so it doesn't help much.

As to the fetchall recommendation, I would usually agree; but I occasionally recieve in excess of 60,000 records and do so with several instances. Resources considerations become important.


radiantmatrix
require General::Disclaimer;
Perl is

  • Comment on Re^2: Improving on MS-SQL over DBI and DBD::ODBC