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?
以上就是Convert MYSQL_TIME data type to char * or C++ string的详细内容,更多请关注web前端其它相关文章!