Re: [PHP] Checking query suceeded

2001-05-02 Thread Richard Lynch
If I'm doing more than one query on a page what is the best way to check if they all succeeded with out using transactions? You can check each query as it executes, and (perhaps) have your program logic do something intelligent in the case of individual failures. Another possbility is to do

Re: [PHP] Checking query suceeded

2001-05-02 Thread Jordan Elver
Hi Richard, Thanks for the advise. I was just wondering what other people do. I don't think I'll worry about it too much ;-) Cheers, Jord On Wednesday 02 May 2001 3:49 am, you wrote: If I'm doing more than one query on a page what is the best way to check if they all succeeded with out

[PHP] Checking query suceeded

2001-04-30 Thread Jordan Elver
Hi, If I'm doing more than one query on a page what is the best way to check if they all succeeded with out using transactions? TIA, Jord -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact