help-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-cgicc] Is it possible to work with sessions?


From: Alexander J. Oss
Subject: Re: [help-cgicc] Is it possible to work with sessions?
Date: Thu, 29 Jan 2004 19:32:22 -0500

CGICC does not provide database access; just as in Perl, you'll need a
library (similar to a Perl module).  MySQL may have a native C++ library, or
you may fare better with an ODBC library.  You might try libodbc++ (on
sourceforge), which I use *all* the time, and unixODBC.  I haven't used
MySQL so I don't know.

----- Original Message ----- 
From: "Cecil Westerhof" <address@hidden>
To: <address@hidden>
Sent: Thursday, January 29, 2004 3:33 PM
Subject: [help-cgicc] Is it possible to work with sessions?


I just started with cgicc. Until now I work with perl, but I like to
make the switch to C++. To keep track of info I used
Apache::Sesion::MySQL. Is there something like that in CGICC, or do I
need to write that myself?

-- 
Cecil Westerhof <address@hidden>


_______________________________________________
help-cgicc mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/help-cgicc






reply via email to

[Prev in Thread] Current Thread [Next in Thread]