mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-26 03:58:23 +02:00
19 lines
367 B
ObjectPascal
19 lines
367 B
ObjectPascal
{
|
|
|
|
|
|
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.
|
|
}
|
|
|
|
unit ibase60dyn;
|
|
|
|
{$DEFINE LinkDynamically}
|
|
|
|
{$i ibase60.inc}
|
|
|
|
end.
|