Unidac - SQLite - VACUUM Into
Posted: Thu 03 Feb 2022 12:42
Hi!
I'm trying use "VACUUM into" function in SQLite Direct mode, but I couldn´t find the solution, I always got errors.
if I try this:
I got:
I tried all variation of file name, like single backslash, relative path, but I didn´t found the solution.
If i changed direct mode to false I got "syntax error near [into]" exception.
I tested in Firedac and sqlite manager, there was a successful result.
Do you have any idea, which is wrong?
I'm trying use "VACUUM into" function in SQLite Direct mode, but I couldn´t find the solution, I always got errors.
if I try this:
Code: Select all
vacuum main into 'C:\\Users\\Fejleszto\\Documents\\test123.db'
Code: Select all
Unable to open database: C:\\Users\\Fejleszto\\Documents\\test123.db
If i changed direct mode to false I got "syntax error near [into]" exception.
I tested in Firedac and sqlite manager, there was a successful result.
Do you have any idea, which is wrong?