Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Anywhere Server - Programming » Database and application deployment » Requirements for deploying client applications

 

SQL Anywhere JDBC driver required files

The following table shows the files needed to support the SQL Anywhere JDBC driver. These files should be placed in a single directory. The SQL Anywhere installation places them all in the operating-system subdirectory of your SQL Anywhere installation directory (for example, bin32, bin64, lib32, or lib64). The choice of 32-bit or 64-bit files depends on the bitness of your installed Java VM.

The JDBC driver support files for all platforms are multithreaded.

Platform Required files
Windows

dbjdbc12.dll

dbicu12.dll

dbicudt12.dll

dblg[LL]12.dll

Linux, Solaris, HP-UX

libdbjdbc12.so.1

libdbtasks12_r.so.1

libdbicu12_r.so.1

libdbicudt12.so.1

dblg[LL]12.res

AIX

libdbjdbc12.so

libdbtasks12_r.so

libdbicu12_r.so

libdbicudt12.so

dblg[LL]12.res

Mac OS X

libdbjdbc12.dylib

libdbtasks12_r.dylib

libdbicu12_r.dylib

libdbicudt12.dylib

dblg[LL]12.res

 Notes