Disconnect from a database
#include <qdb/qdb.h> int qdb_disconnect( qdb_hdt_t *hdl );
qdb
This function disconnects from a database connected to previously by qdb_connect().
You should disconnect from all connections when you have finished with them.
QNX Neutrino
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |