You are not logged in.
Pages: 1
i tried to vacuum the database with this code
Client.EngineExecute('VACUUM');
but sometimes ESQLException error occure with message "cannot VACUUM-SQL statements in progress".
how to check there are SQL statements exists/pending to be execute? or to check if TSQLRest have an transaction still active?
thanks.
Offline
It is already reported and fixed in latest version of trunk.
See http://synopse.info/forum/viewtopic.php?pid=3796#p3796
Offline
Sorry, I forgot about this.
now the error does not appear anymore.
thank you
Offline
Pages: 1