Hi,
i am looking to migrate my datasource from mdb to sqlite format, but sometimes we need use offline mode (vpn).
I couldn´t find the way to put sqlite datasource in offline mode and i think that it´s not possible, is this correct?
What datasource types allow offline mode?
Thanks in advance!
Hi,
It's not recommended by the sqlite team to use it on shared drive. So you should use a SQL Server or a mySQL server and they both support the offline mode.
David Hervieux