ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
332 stars 133 forks source link

Reading Blob datatype from the database #69

Closed sand007man closed 2 years ago

sand007man commented 5 years ago

While trying to extract BLOB datatype using Select query I am not able to read all the data from the database. I am only able to read less than half of the value, is this because of some buffer that is getting filled completely .. Please help me out here I think its something pertaining to row->values[0] buffer...