5 messages in com.mysql.lists.plusplusRe: Broken code: mysql++ not seeing ...
FromSent OnAttachments
Jason Barnes17 May 2004 15:17 
Sinisa Milivojevic18 May 2004 10:18 
Jason Barnes18 May 2004 15:57 
Sinisa Milivojevic21 May 2004 06:36 
Jason Barnes28 May 2004 15:48 
Subject:Re: Broken code: mysql++ not seeing my tables
From:Jason Barnes (jbar@c3po.barnesos.net)
Date:05/28/2004 03:48:13 PM
List:com.mysql.lists.plusplus

Okay, I just rebuilt the mysql server, client, and mysql++ to versions:

mysql-server-4.0.18_1 mysql-client-4.0.18_1 mysql++-1.7.9_2

However, unfortunately the problem is unchanged. The connection works fine, but no tables seem to be found, based on the fact that a select * from each of them and those that I know don't exist all come up "Error: Query was empty". Thank you so much for your help on this, I apreciate any further clues that might occur to anyone. Thanks,

ARe any of examples working.

Try sinisa_ex.cc and simple1.cc.

If any of them are working then everything is fine with MySQL++.

Aha -- I did this and they worked, which led me to find the problem. I had a method that took a Query as one of its arguments, which used to work. Perhaps as a result of migrating to gcc 3.3.3, I had to change the method to instead accept a Query& . It works fine now. Thanks for all your help,