Home > Software engineering >  API function queries about using mysql on MFC database binary data
API function queries about using mysql on MFC database binary data

Time:09-26

Using mysql_fetch_row extracted into the result set, the first binary data directly is truncated, empty, and a binary data is garbled

CodePudding user response:

Binary data?
When you use the SQL server through the storage process to extract the binary data field must be the last parameter

CodePudding user response:

What does it mean, didn't understand

CodePudding user response:

MySQL binary
Baidu search, a large sample
  • Related