Re: Is it possible to work with sessions?
"Alexander J. Oss" <[email protected]> Thu, 29 Jan 2004 19:32:22 -0500
| Newsgroups | gmane.comp.gcc.cgicc.general |
|---|---|
| Message-ID | <001401c3e6c8$86f3d400$11bffea9@puter> |
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" <[email protected]> To: <[email protected]> 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 <[email protected]> _______________________________________________ help-cgicc mailing list [email protected] http://mail.gnu.org/mailman/listinfo/help-cgicc