Disconnect from database server
- Parameters:
-
| db | a pointer of Q_DB structure |
- Returns:
- true if successful, otherwise returns false.
- Note:
- Before you call qDbFree(), Q_DB structure still contains database information. So you can re-connect to database using qDbOpen() without qDbInit().
Definition at line 209 of file qDatabase.c.