Skip to content

Commit

Permalink
update download links
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Dec 15, 2023
1 parent a3dd52b commit 9a19ae3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions symmetric-assemble/src/asciidoc/appendix/firebird.ad
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ and BLOB types, so the dialect will not allow startup if the UDF is missing.
For Firebird 2.1 and later, the UDF is only needed for capturing BLOB types, so installation may not be necessary and the dialect does not
check for it.

Download the https://www.symmetricds.org/files/firebird-udf-1.1.zip[SymmetricDS UDF Library] if it is required for your use case.
Download the https://sourceforge.net/projects/symmetricds/files/symmetricds-extras/firebird-udf-1.2.zip/download[SymmetricDS UDF Library]
if it is required for your use case.
The SYM_UDF library is copied into the UDF folder within the Firebird installation directory.

For Linux users:
Expand All @@ -19,7 +20,7 @@ For Linux users:

For Windows users:

*copy firebird\sym_udf.dll C:\Program Files\Firebird\Firebird_2_0\UDF*
*copy firebird\sym_udf.dll C:\Program Files\Firebird\Firebird_X_Y\UDF*

The following limitations currently exist for this dialect:

Expand Down
2 changes: 1 addition & 1 deletion symmetric-assemble/src/asciidoc/appendix/interbase.ad
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Interbase Dialect requires the installation of a User Defined Function (UDF)
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.

Download the https://www.symmetricds.org/files/interbase-udf-1.1.zip[SymmetricDS UDF Library].
Download the https://sourceforge.net/projects/symmetricds/files/symmetricds-extras/interbase-udf-1.1.zip/download[SymmetricDS UDF Library].
The SYM_UDF library is copied into the UDF folder within the Interbase installation directory.

For Linux users:
Expand Down

0 comments on commit 9a19ae3

Please sign in to comment.