ibase60dyn.pp 402 B

1234567891011121314151617181920
  1. {
  2. Contains the Interbase/Firebird-functions calls
  3. In this stage only the calls needed for IBConnection are implemented
  4. Other calls could be simply implemented, using copy-paste from ibase60
  5. Call InitialiseIbase60 before using any of the calls, and call ReleaseIbase60
  6. when finished.
  7. }
  8. {$IFNDEF FPC_DOTTEDUNITS}
  9. unit ibase60dyn;
  10. {$ENDIF}
  11. {$DEFINE LinkDynamically}
  12. {$i ibase60.inc}
  13. end.