How can i use SQLite in a Website?

Everything else that doesn't fall into one of the other PB categories.
Rollo
New User
New User
Posts: 3
Joined: Sun Nov 07, 2004 12:50 pm
Location: Germany

How can i use SQLite in a Website?

Post by Rollo »

Hello,
i nearly search the hole web :cry: but i didn't find something about following problem...

I want use SQLite (instead access) database on a website und transfer/get data from it by using VBscript in an ASP-page.
Have anyone an idea?
Thank you.
Saboteur
Enthusiast
Enthusiast
Posts: 272
Joined: Fri Apr 25, 2003 7:09 pm
Location: (Madrid) Spain
Contact:

Post by Saboteur »

Perhaps you can try ODBC driver in http://www.ch-werner.de/sqliteodbc/
and using database like access.
[:: PB Registered ::]

Win10 Intel core i5-3330 8GB RAM Nvidia GTX 1050Ti
User avatar
griz
Enthusiast
Enthusiast
Posts: 167
Joined: Sun Jun 29, 2003 7:32 pm
Location: Canada

Post by griz »

I know you asked for vbscript (on a Pure Basic forum :wink:) - but you could write a CGI in Pure Basic to interface with Sqlite. Check out El Choni's great Sqlite and CGI libraries here :

http://www.reelmedia.org/pp

or

http://www.purearea.net/pb/english/index.htm
Post Reply