On Mon, 31 Mar 2003, Michael A Chase wrote: > > Anyway, you should probably be using placeholders. > > Or if placeholders are absolutely unavailable, $dbh->quote(). > Both are described in the fine DBI manual.
Just curious. Are there any drivers that don't support placeholders? If so which ones? -r