in reply to Re: Batch DB query -- implementation?
in thread Batch DB query -- implementation?
DBD::Sybase isn't even installed :)
Within the DBI, the target modules that I immediately need verified are DBD::ODBC (the gateway I'm currently using to MS SQL Server) and DBD::MySQL. I am biased negative on DBD::MySQL, since I have already experimented with the following:
and variants, which crash when sent through the DBI.'DELETE FROM UberTable WHERE WonderVar=?; OPTIMIZE UberTable'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Batch DB query -- implementation?
by Aristotle (Chancellor) on Jul 03, 2002 at 18:55 UTC |