Any idea on how to save an array of unsigned char to a field in MySQL database ? I’m considering BLOB, but how can I convert it to QByteArray and convert it back to an array of unsigned char when I want to ? BTW, I’m trying to save fingerprint data.
Any idea on how to save an array of unsigned char to a field
Share
I managed to solve this using the codes below (copied directly from my project)