-
-
Notifications
You must be signed in to change notification settings - Fork 256
Closed
Description
Submitted by: bazilio06 (bazilio06)
SFID: 1415395#
Submitted By: bazilio06
My DB contain some set of UDFs. An UDF library
depends on gds32.dll because I use isc_decode_date etc
from that library. I install Firebird 1.5.3. I delete
gds32.dll because I want to migrate all of our program
to FB 1.5 and want to break dependency of my programs
on IB and FB 1.0
When I first time try to restore DB I recieve an error
message box from
the Firebird server "Runtime error 217 at 0x99cc".
I replace UDF library by recomplaed file linked with
fbclient.dll and all works OK.