Subject RE: [firebird-support] Firebird 1.7 RC7 Procedure
Author Alan McDonald
> Hi All
>
> I have one procedure that force a close database when i run it
> directly with ibexpert or with my application (delphi+ibo). But if i
> debug it with ibexpert it runs without problem until the end.
>
> Can somebody help?
>
> Thanks in advance
>
> Agostinho
>
> cpis@...
>

I'd check your variable types very closely.
I'd also make sure any varchars being concatenated are being assigned to
variables which can more than cater for their size.

Alan