{ Contains the Interbase/Firebird-functions calls In this stage only the calls needed for IBConnection are implemented Other calls could be simply implemented, using copy-paste from ibase60 Call InitialiseIbase60 before using any of the calls, and call ReleaseIbase60 when finished. } {$IFNDEF FPC_DOTTEDUNITS} unit ibase60dyn; {$ENDIF} {$DEFINE LinkDynamically} {$i ibase60.inc} end.