Re: [PHP] logging of sql queries - success/failed

2007-06-08 Thread Richard Lynch
On Thu, June 7, 2007 2:12 pm, Bosky, Dave wrote: > I've got a script that imports several CSV files via the Load Data > File > command. > > I need to know if each import query was successful or failed. > > > > Is there a way to log the success/failure of each query including how > many rows were in

RE: [PHP] logging of sql queries - success/failed

2007-06-07 Thread Jim Moseby
> I've got a script that imports several CSV files via the Load > Data File > command. > > I need to know if each import query was successful or failed. > > > > Is there a way to log the success/failure of each query including how > many rows were inserted? > > > I assum you are using

[PHP] logging of sql queries - success/failed

2007-06-07 Thread Bosky, Dave
I've got a script that imports several CSV files via the Load Data File command. I need to know if each import query was successful or failed. Is there a way to log the success/failure of each query including how many rows were inserted? Thanks, Dave