Disconnect from the database.

0 votes
No avatar asked by (120 points) about EasyTable
edited by

I have an application with a module backup with Winrar. I can not disconnect the Easydatabase. The Winrar complains that another process is using the base. How to completely disconnect from the database? I use Easydatabase, Easyquery, Datasource and Dbgrid.

1 Answer

0 votes
No avatar answered by (79.9k points)

In order to properly disconnect from the database, you need to call several commands. According to the developer, these commands are :

Call SQLFreeStmt with option 1 (SQL_DROP)
Call SQLDisconnect
Call SQLFreeConnect
Call SQLFreeEnv

If you still encounter problems in this matter, check the support page from the application's website. You should be able to overcome your problem.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...