| List: | MySQL++ | « Previous MessageNext Message » | |
| 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) | ||
| View as plain text | |||
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;
