fpc/packages/base/ibase/ibase60dyn.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

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.