I am building a "quick little" app which needs a small database.
I want to use Classic ASP (i.e. not ASP.NET), and I am wondering about SQLite for the database.
It is possible to use SQLite from Classic ASP?
How do I open / create / use a SQLite database from ASP?
Any help / pointers gratefully recieved!