If you need to deploy database utilities (such as dbbackup) along with your application, then you need the utility executable together with the following additional files:
Description | Windows | Linux/Unix | Mac OS X |
---|---|---|---|
Database tools library | dbtool10.dll | libdbtool10.so, libdbtasks10.so | libdbtool10.dylib, libdbtasks10.dylib |
Interface Library | dblib10.dll | libdblib10.so | libdblib10.dylib |
Language resource library | dblg[en]10.dll | dblg[en]10.res | dblg[en]10.res |
Connect dialog | dbcon10.dll |
For multi-threaded applications on Linux/Unix, use libdbtool10_r.so, libdbtasks10_r.so, and libdblib10_r.so.
For multi-threaded applications on Mac OS X, use libdbtool10_r.dylib, libdbtasks10_r.dylib, and libdblib10_r.dylib.
The personal database server (dbeng10) is required for creating databases using the dbinit utility. It is also required if you are creating databases from Sybase Central on the local computer when no other database servers are running.
Some database utilities like dbinit and dbunload will require the contents of the scripts directory to be present. See Deploying SQL script files.