On 5/31/12 12:40 AM, Larry Brasfield wrote:
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?
Thanks, Larry.
Good start on using SQLite on the .NET platform:
http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki
That seems to be geared toward using .net to develop a desktop
application. I'm just attempting my first ASP.net web page so I'm not at
all sure how the reference relates.
It did raise the question of whether system.data.sqlite.dll needs to be
put on the web server, and if not, what does?
Good start on using a DB with ASP.NET:
https://www.google.com/search?q=asp.net+database+tutorial
This one will take some more study, but it seems like everything I read
assumes that I'm using Visual Studio, which I'm not. I'm using
Expression Web. Maybe not the best tool....
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.
If I can get the "for Dummies" version of how to set up the webserver, I
think I'll be OK. <vbg>
Regards,
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users