From: Warren Young Date: April 21 2005 1:14pm Subject: Re: Passing DateTime object to template query (i realy need help, this is my last chance) List-Archive: http://lists.mysql.com/plusplus/4266 Message-Id: <4267A742.5090305@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cableguy wrote: > > result=query.store(SQLString(lastLogon)); //this doesn't work What happens when you run this: cout << lastLogon << endl; cout << string(lastLogon) << endl; cout << SQLString(lastLogon) << endl;