[EMAIL PROTECTED] said: > Hi all, > > Where can i find a framework (or example) to incorporate > SQLITE in a CGI (written in C)?
The URL in my sig is a decent sized CGI app written with C++ and SQLite. The previous recommendation of cgic is a good starting point. From there I go on to add http://www.lazarusid.com/libtemplate.shtml and http://www.lazarusid.com/download/sqdataset.tar.gz This last is strictly speaking a C++ library, but I made it to simplify my interaction with SQLite a bit. If libtemplate doesn't quite appeal to you, I can also strongly recommend a combination of libxml2 and libxslt to generate your output. I've used both solutions to generate output for high-volume web apps. Clay Dowling -- Simple Content Management http://www.ceamus.com

