What would be the connection string for one to connect to an SQLite database file, added/embedded to the project?
I wish to add my database as an "Existing File..." to my project, bundle it up in the output *.exe and be able to get data from it. However using a connection string of "Data Source=mydb.s3db" or "Data Source=~\mydb.s3db" doesn't work.
I can open the db file in question in the "SQLite/SQL Server Compact Toolbox" but from there I wan't able to figure out how to get any connection string.