Craig Snyder wrote:
Quote:
Is there a certain include file I need to add as when I compile the
application with the function in the query it does not understand that
function? |
It's not a C++ function. It's SQL text:
Query q = conn.query();
q << "INSERT INTO whatever VALUES(NOW())";
This really has nothing to do with MySQL++, unless you want to add some
wrapper for this mechanism as a patch.
--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw