Re: [sqlite] SQLite on Visual Studio 2010

2012-02-01 Thread Agrawal, Manish
hanks for all the assistance Manish -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Alok Singh Sent: Wednesday, February 01, 2012 1:30 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] SQLite on Visual Studio

Re: [sqlite] SQLite on Visual Studio 2010

2012-01-31 Thread Alok Singh
Don't know which connection provider you are going to use, but ADO.net guideline is here: 1. Download Sqlite for windows, install it. 2. Download ADO.NET 2.0 Provider for SQLite from here and install it : http://sourceforge.net/projects/sqlite-dotnet2/ 3. Added a reference to the System.Data.SQ

Re: [sqlite] SQLite on Visual Studio 2010

2012-01-31 Thread Taleeb Anwar
m: sqlite-users-boun...@sqlite.org [mailto: > sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin > Sent: Tuesday, January 31, 2012 6:01 PM > To: 'General Discussion of SQLite Database' > Subject: Re: [sqlite] SQLite on Visual Studio 2010 > > > Agrawa

Re: [sqlite] SQLite on Visual Studio 2010

2012-01-31 Thread Agrawal, Manish
Manish -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: Tuesday, January 31, 2012 6:01 PM To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] SQLite on Visual Studio 2010 Agrawal, Ma

Re: [sqlite] SQLite on Visual Studio 2010

2012-01-31 Thread Joe Mistachkin
Agrawal, Manish wrote: > > At this point I should get a SQLite DatSource type in VS10, but I do not. > I was wondering if someone would know what I am missing. > It sounds like you want the Visual Studio Designer support; however, the steps you mention are for simply setting up System.Data.SQLi

[sqlite] SQLite on Visual Studio 2010

2012-01-31 Thread Agrawal, Manish
Hello I am a newbie to both Visual Studio and SQLite, but have a few years of Java/ Netbeans/ Glassfish/ MySQL experience. I am trying to get started with using SQLite on Visual Studio 2010 (VS10) but am unable to get a SQLite Data Source type in my project. I created a WPF pro