GGreg . writes:
> Hi,
>
> I've installed the mysql++ RPM under my Mandrake 7.2 and it works.
> After that, yhen I'm trying to compile a src file :
>
>
> #include
> #include
> #include
>
> int main() {
>
>Connection con("MISDIS","localhost","root","DisMis");
>
>Query query = con
Hi,
I've installed the mysql++ RPM under my Mandrake 7.2 and it works.
After that, yhen I'm trying to compile a src file :
#include
#include
#include
int main() {
Connection con("MISDIS","localhost","root","DisMis");
Query query = con.query();
query << "select * from Wizard"