I am using the MySQL C API within a C++ application. I have a column in my result set that is of the type MYSQL_TIME (part of mysql.h).
Is there a way to convert MYSQL_TIME to a char* or to a C++ string?
|
feedback
|
|
I figured it out:
where length[3] contains the length of ts. | |||
|
feedback
|