Hey in my program it is necessary to create a new sqlite db in the applications start up code depending on some configuration variables. So this leaves me wondering how to create the database and its internal structure such as tables and their data using .net code, either vb.net or c# .net. Also i need...