I am creating a “quick small” application that needs a small database.
I want to use classic ASP (i.e. not ASP.NET), and I'm curious about SQLite for the database.
Can I use SQLite from classic ASP?
How to open / create / use SQLite database from ASP?
Any help / pointers gratefully received!
source
share