Im working with ASP and a SQLite database trying to connect and retreive records from the database. I can't seem to get the connection to work correctly and keep getting script errors when I open the ASP file in a browser.
Can anyone give me example code which will connect to an SQLite database and run an SQL query on it that is able to be run on a webserver.
Many Thanks.