Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{
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.