From: Warren Young Date: September 29 2005 10:29am Subject: Re: Using MySQL Functions List-Archive: http://lists.mysql.com/plusplus/4996 Message-Id: <433BC1F0.4090600@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Craig Snyder wrote: > > I would like to use some of the built-in functions available with MySQL such > as NOW(). How do I call them when using MySQL++? Currently, you have no choice but to create your own SQL statements. An item for this exists on the Wishlist already. Patches thoughtfully considered.