Hello to all,
I try to develop a simple C++ program to get data from a MYSQL database.
One of the column has the type date and one the type datetime.
My question is now how can I get these types?
sql::ResultSet does not have methods for these types. I do not found methods for it.
Thank you,
Reinhard
I try to develop a simple C++ program to get data from a MYSQL database.
One of the column has the type date and one the type datetime.
My question is now how can I get these types?
sql::ResultSet does not have methods for these types. I do not found methods for it.
Thank you,
Reinhard