SQL Anywhere® Server - Programming
Deploying Databases and Applications
Deploying embedded database applications
Deploying database utilities
If you need to deploy database utilities (such as dbbackup.exe) along with your application, then you need the utility executable together with the following additional files:
Description | Windows | Unix |
---|---|---|
Database tools library | dbtool10.dll | libdbtools10.so, libdbtasks10.so |
Interface Library | dblib10.dll | libdblib10.so |
Language resource library | dblg[en]10.dll | dblg[en]10.res |
Connect dialog (dbisqlc only) | dbcon10.dll |
For multi-threaded applications on Unix, use libdbtools10_r.so, libdbtasks10_r.so, and libdblib10_r.so.
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.