views:

200

answers:

1

Does such a thing exist?

I'm thinking of a asp.net page I could drop on my server and point at a SQLite file (also on the server) and get most of the functionality I'd get out of a command shell. The simplest things would be a text box where anything submitted in it gets run and any result sets get displayed DataGrid controls. Anything more that that would be nice but not necessary.

A: 

Is this what you need?

http://www.saxmike.com/MySoftware/MySoftware.asp?Menu=MYSOFTWARE

and

http://www.aspfree.com/c/a/Database/Using-SQLite-for-Simple-Database-Storage/ (which refers to this tool:

http://sourceforge.net/projects/sqlite-dotnet2/

pageman
Sorry not what I'm looking for. I'm looking for an ASP.NET web app to use as a admin tool. Not just a .NET based SQLite lib (I've got one of those already :)
BCS