Re: [phplib] drop view success From: Markus Dobel (mdobel <email protected>)
Date: 06/21/01

On Thu, Jun 21, 2001 at 01:14:03PM +0200, Joern Muehlencord wrote:
>
> I wonder how I can determine, if a query like "drop view myview" has
> been successfully executeted or not.

If any SQL statement fails, your database will usually tell you by
yelling nasty error messages at you. You can determine those with
errno() and error().

In this context, you might also want to take a look at the
halt_on_error property.

Regards, Markus

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