Re: can't install DBD::mysql

2005-03-11 Thread Marcello
ion of gcc is not suitable to build DBD::mysql, that is it must support those options to build it. I'm afraid I don't know what those options are for. I know this answre is far less than the usual two cents, but I hope I've been of some help to you (hey, you said *any* help ;-). Lawrence Adamiec Unix Manager Rm. 525B 565 W. Adams St. Chicago-Kent College of Law Illinois Institute of Technology Chicago, Illinois 312-906-5301 Marcello

Re: MSSQL 2000, ODBC, and placeholders

2005-03-11 Thread Marcello
ction error occurred: [$storeErr]\n[$linecount] records rolled back\n"); } else { eval { $dbh_MSSQL->commit(); }; die ("Error while committing: $@") if ($@); } # Marcello