On 5/12/05, Vladimir Zelinski <[EMAIL PROTECTED]> wrote: > I understand that. Question is HOW I can check if > statement failed or successful? What variable contains > status of the result of execution.
The return code from the call that executes it. Are you running SQL via code or from the command line interpreter?