summaryrefslogtreecommitdiff
path: root/packages/ibase/src/ibase60dyn.pp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ibase/src/ibase60dyn.pp')
-rw-r--r--packages/ibase/src/ibase60dyn.pp18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/ibase/src/ibase60dyn.pp b/packages/ibase/src/ibase60dyn.pp
new file mode 100644
index 0000000000..139087bd1b
--- /dev/null
+++ b/packages/ibase/src/ibase60dyn.pp
@@ -0,0 +1,18 @@
+{
+
+
+ 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.