12 messages in com.mysql.lists.plusplusRe: Passing DateTime object to templa...
FromSent OnAttachments
Cableguy21 Apr 2005 03:11 
Chris Frey21 Apr 2005 04:18 
Warren Young21 Apr 2005 06:14 
Cableguy21 Apr 2005 06:33 
Warren Young21 Apr 2005 08:22 
Cableguy23 Apr 2005 02:58 
Cableguy23 Apr 2005 02:58 
Chris Frey23 Apr 2005 12:44 
Chris Frey23 Apr 2005 13:13 
Cableguy23 Apr 2005 13:20 
Tommy Tang25 Apr 2005 01:31 
Warren Young25 Apr 2005 04:18 
Subject:Re: Passing DateTime object to template query (i realy need help, this is my last chance)
From:Warren Young (mysq@etr-usa.com)
Date:04/21/2005 06:14:20 AM
List:com.mysql.lists.plusplus

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;