You are not logged in.
Pages: 1
Hi,
I have found this article about database compact and onther ways to reduce the database size: http://web.utk.edu/~jplyon/sqlite/SQLit … ml#compact (see all capitol 9).
Are these ways availability on Framework?
Offline
I think you could do it simply via direct call of EngineExecute('VACUUM') of TSQLRest instance.
But you should read first about VACUUM command, that you call it at proper time, synchronized on server side.
"Uncertainty in science: There no doubt exist natural laws, but once this fine reason of ours was corrupted, it corrupted everything.", Blaise Pascal
Offline
Pages: 1