[phplib] DB_Sql error reporting.. From: Francisco Hernandez (xy0xy0 <email protected>)
Date: 05/25/00

whenever i use invalid SQL, i get errors.. using the regular php
functions for database (pg_Exec,mysql_query, etc) itll tell me "Invalid
SQL on line xxx"

how could i make DB_Sql do that aswell?
as it is it tells me:
Database error: Invalid SQL: select * from
production_charge,production_charge_list where production_charge.pc_id =
production_charge_list.pc_id and job_id =
PostgreSQL Error: 1 (ERROR: parser: parse error at or near "" )
Session halted.
but thats it.. and when its really frustrating looking for lines where
the error occured.. :-)

any help is greatly appreciated..

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>