ibase60dyn.pp 367 B

123456789101112131415161718
  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. unit ibase60dyn;
  9. {$DEFINE LinkDynamically}
  10. {$i ibase60.inc}
  11. end.