larrygauthier at charter.net writes:
I installed slqite, its sqlite3 command line interface, and a GUI admin
console. Have built and populated a couple of databases. But what I really
want to do is to connect to sqlite databases from Visual Studio 2012 using
Visual Basic.
Downloaded and installed the SourceForge System.Data.SQLite adaptor... now
what? Is there a set of instructions somewhere for Creating a VS/VB 2012
project, creating a windows form, and enabling an ADO.NET adaptor to sqlite?
The instructions on these two pages do not work for me:
http://www.ehow.com/how_11386220_use-sqlite-vbnet.html
http://www.dreamincode.net/forums/topic/157830-using-sqlite-with-c%23/
Help needed. Thanks in advance.
For information specific to the ADO.NET adapter for SQLite, start at:
http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki
.
How to create a VB project, use Visual Studio, or program using the
ADO.NET APIs is off-topic here. There is a wealth of information on the
net regarding those topics. You can find it.
I will add, (approaching the border of topicality here), that the
adapter adheres closely to what the API designers had in mind and have
documented, allowing me to take code which works with the SQL Server
Compact Edition and use it nearly unchanged with SQLite. The developers
anticipate and well support such scenarios.
Cheers,
--
Larry Brasfield
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users