Re: help with mysql++ please

2001-01-23 Thread Sinisa Milivojevic
Marten Svensson writes: > I'm currently creating a program where I'm accessing a database using > mysql++. I can't get the "DateTime" type to work, though. > My program works if I use the "Date" type instead, but it's not good > enough! > I can write to the database, but when I try to read

help with mysql++ please

2001-01-23 Thread Marten Svensson
I'm currently creating a program where I'm accessing a database using mysql++. I can't get the "DateTime" type to work, though. My program works if I use the "Date" type instead, but it's not good enough! I can write to the database, but when I try to read out a "DateTime" my program hangs. Does