Hi there,
I need an embedded DB (reason: single-user DB, shared via dropbox and used on Windows, Mac and Linux). I can’t use the old version of HSQLDB because it doesn’t support regexes. I can’t use Firebird because I get errors on inserting data (setString errors and closed cursor errors - just nothing works at all).
Is there a way I can do this? I know about split database functionality, but I require an embedded database. I know I could create an SQLite DB and connect to that via ODBC but there are no (functioning) drivers I can find for this, and I’m not 100% certain that the base file would work across different platforms (and I’d rather not install ODBC drivers on all my PCs).
Is there any way I can do what I need? Thank you!