Re: [sqlite] SQLite with Vis. Studio C#

2011-12-16 Thread jeff
Database Subject: Re: [sqlite] SQLite with Vis. Studio C# My application never uses a DataSet. I push all db responsibility to sqlite. It returns DbDataReaders when I need to recurse through results. On Thu, Dec 15, 2011 at 1:40 PM, Jeff Matthews wrote: > Regarding my earlier question as

Re: [sqlite] SQLite with Vis. Studio C#

2011-12-16 Thread Don V Nielsen
My application never uses a DataSet. I push all db responsibility to sqlite. It returns DbDataReaders when I need to recurse through results. On Thu, Dec 15, 2011 at 1:40 PM, Jeff Matthews wrote: > Regarding my earlier question as to .NET SQlite syntax, I was wondering if > I > had to use Da

[sqlite] SQLite with Vis. Studio C#

2011-12-15 Thread Jeff Matthews
Regarding my earlier question as to .NET SQlite syntax, I was wondering if I had to use DataAdapters and create and fill objects (DataSets), or not. Here is some sample code dealing with SQLite in C#: http://www.codeproject.com/KB/cs/SQLiteCSharp.aspx It looks to me like he is loading the databa

Re: [sqlite] SQLite with Vis. Studio C# Entity Framework 4.1

2011-12-14 Thread Don V Nielsen
While I love working with C# and Sqlite, I'm quite an amateur at it even though I'm doing some sophisticated programming for my employer. And even less at exploiting the capabilities of Visual Studio in helping me. Below is a very typical routine for me. I use string.Format a lot to assemble the

Re: [sqlite] SQLite with Vis. Studio C# Entity Framework 4.1

2011-12-13 Thread Joe Mistachkin
Jeff Matthews wrote: > > Is it possible for you, or anyone else, to send an e-mail to me, attaching > a sample SQLite database and some examples of simple uses of C# for searching, > relations, adds, changes. etc. Nothing fancy, please. Just minimal so it's > easy to follow. Or maybe, there i

[sqlite] SQLite with Vis. Studio C# Entity Framework 4.1

2011-12-13 Thread Jeff Matthews
Thanks, Joe, for that response. Is it possible for you, or anyone else, to send an e-mail to me, attaching a sample SQLite database and some examples of simple uses of C# for searching, relations, adds, changes. etc. Nothing fancy, please. Just minimal so it's easy to follow. Or maybe, there