Skip to content

Commit

Permalink
add interbase to database notes
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed May 25, 2011
1 parent 86125cf commit be71635
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions symmetric/symmetric-assemble/src/docbook/databases.xml
Expand Up @@ -146,6 +146,16 @@
<entry>N</entry>
<entry>N</entry>
</row>
<row>
<entry>Interbase</entry>
<entry>9.0</entry>
<entry>N</entry>
<entry>Y</entry>
<entry>Y</entry>
<entry>Y</entry>
<entry>Y</entry>
<entry>Y</entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down Expand Up @@ -454,4 +464,30 @@ ontape -s -L 0
</itemizedlist>
</para>
</section>
<section id="ap02-interbase">
<title>Interbase</title>
<para>
The Interbase Dialect requires the installation of a User Defined Function (UDF) library
in order to provide functionality needed by the database triggers.
SymmetricDS includes the required UDF library, called SYM_UDF, in both source form
(as a C program) and as pre-compiled libraries for both Windows and Linux.
The SYM_UDF library is copied into the UDF folder within the Interbase installation directory.
</para>
<para>
For Linux users:
</para>
<para>
<command>cp databases/interbase/sym_udf.so /opt/interbase/UDF</command>
</para>
<para>
For Windows users:
</para>
<para>
<command>copy databases\interbase\sym_udf.dll C:\CodeGear\InterBase\UDF</command>
</para>
<para>
Interbase does not have a current_transaction function available, so SymmetricDS
cannot track changes by transaction.
</para>
</section>
</appendix>

0 comments on commit be71635

Please sign in to comment.