Creating a client application, want the whole DB to be embed in the software or in a single standalone dll (ie sqlite), not something like mysql.
Whats built into XE2 which would work ‘out of the box’ and not need thirdparty tools?
Other than TClientDataSet / xml files 🙂
You can use my SQLite wrapper (also some more info in my blog) which supports multiple platforms. In Windows you’ll need to deploy sqlite3.dll with your application, there is no need for this on OSX. You can get sources from the svn. Example usage: