Re: [sqlite] implement a few sqlite functions...

2004-01-06 Thread Christian Kienle
> Whats wrong? Problem solved: I have compiled sqlite from source and compiled the example like this: g++ sqltest.cpp -L/usr/local/lib -lsqlite ;) Greets -- Linux is like a wigwam - no gates, no windows and an apache inside.

[sqlite] implement a few sqlite functions...

2004-01-05 Thread Christian Kienle
Hi guys, first thank you a lot for the great SQLite database. I just want to introduce my work: At the moment I write a little cgi library with C++. The following thins work fine: - parse GET/POST (Query String) - (un)set cookies - file functions - string functions - html output optimation -