[sqlite] EF6 Issue (2)

2014-04-28 Thread Matthijs ter Woord
, Matthijs ter Woord ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] Entity Framewoork 6 and Connection String question

2014-04-27 Thread Matthijs ter Woord
yet unsupported? Regards, Matthijs ter Woord ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] SQLITE For Windows phone

2013-08-07 Thread Matthijs ter Woord
See http://developer.nokia.com/Community/Wiki/How_to_use_SQLite_in_Windows_Phone On Wed, Aug 7, 2013 at 2:23 AM, Cadu . wrote: > Hello I wonder if you could send me a tutorial on how to add the SQLITE > project in Visual Studio 2012, since not found any material

Re: [sqlite] sqlite on ESXI hypervisor

2013-07-24 Thread Matthijs ter Woord
SQLite on normal guest operating systems works fine.. On Tue, Jul 23, 2013 at 4:15 PM, Rob Willett wrote: > Hi, > > Apologies for jumping in here. > > I was interested in your question as I have some development going on > which will eventually go into production

Re: [sqlite] Unattended install

2013-05-26 Thread Matthijs ter Woord
the actual MSI file, so i can use msiexec to do an unattended install? On Sat, May 25, 2013 at 2:13 PM, Joe Mistachkin <sql...@mistachkin.com>wrote: > > Matthijs ter Woord wrote: > > > > I'm looking for a way to install System.Data.SQLite unattended, as part > of > >

[sqlite] Unattended install

2013-05-25 Thread Matthijs ter Woord
Hi, I'm looking for a way to install System.Data.SQLite unattended, as part of the installation procedure of my product. How can this be achieved? Regards, Matthijs ter Woord ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080

[sqlite] [SQLite.NET] DbProviderServices DB* methods implementation

2013-04-26 Thread Matthijs ter Woord
It's great to see SQLite to have a decent entityframework provider. One area that's missing is the DB* methods of the DbProviderServivices (used to check for and create/update databases). I want to implement that (almost have it working already). What's the best road to follow to get that