Re[2]: [Dbi-interbase-devel] Coredump using Tie::DBI
Status: Beta
Brought to you by:
edpratomo
From: Michael S. <mi...@ch...> - 2000-08-28 07:23:10
|
Hello Edwin, Monday, August 28, 2000, 7:46:39 AM, you wrote: EP> I don't understand how you could proceed so far, my test fails (as I EP> mentioned in the driver manual) on LISTFIELDS command: Yeap, it's Tie::DBI fault. It should { local $dbh->{PrintError} = 0; local $dbh->{RaiseError} = 0; # or =1 and eval } Never mind. Set $dbh->{RaiseError} = 0 and skip this message. It keeps silent when you tie from DBD+auth, but when you use the handle existent it cusses like this. Lincoln issues "LISTFIELDS" first (MySQL only?), then, should it fail, he tries "SELECT * FROM $table WHERE 0=1" and takes $sth->{NAME}. It doesn't harm though annoys. Best regards, Michael mailto:mi...@ch... |