MYSQL: converting MysqlColData to char

2002-03-18 Thread Rick Runowski
All, I am having difficulty converting the results of a query to a character. Here is A snippit of code. ... //Connect to server Connection con("Table", "localhost", "USER", ""); // Create query object Query query = con.query(); query << input; // This is working as I can print

Newbie alert!

2002-02-18 Thread Rick Runowski
All, I am having difficulty compiling a piece of software. If I try compiling with the following: gcc dnd.cpp -o dnd3 -L /usr/local/lib/mysql -lmysqlclient as suggested in "Core MySQL by Leon Atkinson" on page 436, I get the error: /usr/bin/ld: cannot find -lmysqlclient collect2: ld returne