Hi,

I am using QT 3.3 , I would like to know if there are any issues with retrieving values from mysql database. I have been trying to retrieve values in my qt application but it jus doesn work... it returns null value!! My parameters in the query are QDateTime datatypes. but i pass it as a string in the query and compare it against the database. The corresponding coloumn in the database is of datatype(datetime)!!
The same query works when i query the database directly from console!!
please help!!

regards
Bera