ASA Programming Guide
Deploying Databases and Applications
Deploying embedded database applications
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 | dbtool9.dll | libdbtools9.so, libdbtasks9.so |
Language resource library | dblgen9.dll | dblgen9.res |
Connect dialog (dbisqlc only) | dbcon9.dll |
The database tools are embedded SQL applications, and you must supply the files required for such applications, as listed in Deploying embedded SQL clients.
For multi-threaded applications on UNIX, use libdbtools9_r.so and libdbtasks9_r.so.