Date: 06/21/01
- Next message: Ben Curtis: "Re: [phplib] template class 1.5 bug - removes $[0-9]"
- Previous message: Layne Weathers: "Re: [phplib] template class 1.5 bug - removes $[0-9]"
- In reply to: Joern Muehlencord: "[phplib] drop view success"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Ben Curtis: "Re: [phplib] template class 1.5 bug - removes $[0-9]"
- Previous message: Layne Weathers: "Re: [phplib] template class 1.5 bug - removes $[0-9]"
- In reply to: Joern Muehlencord: "[phplib] drop view success"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

