Hello,
I have a classic ASP application running on Windows / IIS to provide that would 
use an sqlite database.
It works fine on my Windows 7 laptop accessing the database using odbc driver.
BUT therefore I had to install the odbc driver and needed admin rights to do 
this install.

The person who asked for this application wants the application to be 
operationnal on a Windows server 2003 without any installation at all (he 
doesn't have installation rights and , for personal reasons (conflict with the 
administrator), it is IMPOSSIBLE for him to have an ODBC driver or anything 
else installed  on the server)

The only rights he has is R/W on IIS applications folders and access to inetmgr.

SO the question is :
How can we access to sqlite through an interface (oledb ?) that could be called 
from classic ASP vbscript and could run just from a copy to the application 
forder or a standard default driver or provider that would be available on a 
windows server 2003 ?



_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to