MySQL Forums
Forum List  »  Connector/C++

Re: How To compile MySQL++ programs?
Posted by: David Fannin
Date: November 21, 2005 01:41AM

you need to add:


using namespace mysqlpp ;
using namespace std ;


after the include declarations in the source file.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How To compile MySQL++ programs?
3536
November 21, 2005 01:41AM
3515
November 21, 2005 11:47PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.