Subject Re: GPRE/API Different with FB 1.5?
Author Eric Boyajian
--- In firebird-support@yahoogroups.com, Thad Humphries <thad@m...>
wrote:
> I can compile with FB 1.5 gpre but the applications crash!
>
> I just installed FB 1.5 and was able to access my old db and to
recompile
> about 35K lines of embedded SQL, including my UDFs. This is on
SuSE Linux
> 9.0.


Interesting. On Windows, the isc_detach_database() causes an
exception (caught by KERNEL32.DLL) also. I hadn't noticed this
before, because I was simply killing the test program in the debugger
after the isc_embed_dsql_prepare() returned its unexpected value.

Eric