From: Warren Young Date: August 10 2005 4:18am Subject: Re: Current Date and time List-Archive: http://lists.mysql.com/plusplus/4727 Message-Id: <42F98024.4080501@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Craig Snyder wrote: > 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.