Is there a specific version of SQLite that is supported? In the documentation they call it SQLite3. I want to create a table ahead of time and then put the database on the device. I would like to add data to it as well. I was looking at how to do this with Visual Studio as well as long as the same version is supported both ways.
Warren