On May 30, Mike wrote:
On 5/29/12 12:02 PM, Mike wrote:
> I'd like to use a SQLite db as a back end for asp.net web pages. Is
> there information somewhere on how to deploy it and set it up?
>
> I gather I need to use system.data.sqlite.dll. That's the part I'm
> most interested in.
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
No one has ever done this?

Good start on using SQLite on the .NET platform:
   http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki

Good start on using a DB with ASP.NET:
https://www.google.com/search?q=asp.net+database+tutorial

People have done things close enough to "this" that you should be able to take it from here. Help with programming that is not SQLite-specific is kind of off-topic here. At the abstraction level exposed by System.Data.SQLite, you will not have many SQLite-specific issues. For those that do arise, you are likely to find willing help here.

Regards,
--
Larry Brasfield
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to