You are not logged in.
Hello Arnaud,
I use a main sqlite DB to store data, and now I need to full-text index those data, I want to put the FTS tables in a separated sqlite DB for good reasons including reduce main DB size.
So what's the proper way of doing this? I assume I should use a separated TSQLRestClientDB instance pointing to the separated sqlite DB, right? Or use ATTACH DATABASE and how?
Thank you in advance and I wish you have a nice weekend
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline
Simply try to use an external sqlite3 table.
But I am not sure it will work as expected.
attach db won't work either on a FTS table I suspect..
So a separated TSQLRestClientDB instance is perhaps the solution.
Offline
Sounds great, thanks ab.
Delphi XE4 Pro on Windows 7 64bit.
Lazarus trunk built with fpcupdelux on Windows with cross-compile for Linux 64bit.
Offline