Jim McNamara said:

> i dont see many webhosts that advertise sqlite
> availability.  are webhosts excluding support for
> sqlite for any reason
> i.e. is it a security concern?
> it is suppose to be an internal extension.  i am not
> sure what that means yet.

Because SQLite doesn't have a database server it isn't likely that hosts
will advertise support for it.  The support you get will mostly be from
the language you use for your application.  For an example check out my
own application (in my signature below).  I staticly link SQLite against
my CGI program (I write in C++), so it doesn't matter whether or not the
web host supports SQLite.

Clay
-- 
Simple Content Management
http://www.ceamus.com

Reply via email to