Re: [sqlite] Need pointers for better build integration and support of schema updates

2014-02-01 Thread Gary_Gabriel
Hi Andreas, Our application uses 3 Sqlite dbs and System.Data.Sqlite.dll (dropped by installer). Functionality allows users to start a new instance of one of the databases at run time. Hence we ship empty databases in a binary format, created by one of our developers. The process of making

Re: [sqlite] Need pointers for better build integration and support of schema updates

2014-01-31 Thread St. B.
Hi, I have run into a similar issue for a hobby application of mine. If you are interested, you can get a look at the code. -Database SQL DDL is included in the source as string resources (fits the scource control & install requirement) -Build (don't know what you expect there, you may need to

[sqlite] Need pointers for better build integration and support of schema updates

2014-01-31 Thread Andreas Hofmann
Sorry if some of these are no brainers, I am a sqlite newbie with some MS SQL experience. Our application uses 3 Sqlite dbs and System.Data.Sqlite.dll (dropped by installer). Functionality allows users to start a new instance of one of the databases at run time. Hence we ship empty databases