Thanks very much. I tested the first application at the site and it worked!

How can I get the designer support though? I added a reference to 
SQLite.Designer.dll but that was not enough. I am a relative newbie to database 
design and the designer would greatly improve productivity.

Thanks
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, 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.SQLite so that it can be 
referenced by (C# or VB) code in your project.

Personally, I would recommend that you start out by learning the classes 
exposed by System.Data.SQLite (e.g. SQLiteConnection) and coding to them rather 
than using the designer.

Here is a link to some tutorials to get you started:

http://sqlite.phxsoftware.com/forums/p/76/266.aspx

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to