ChuckBell / MySQL_Connector_Arduino

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

Error "You must read the column first!" after some time running #225

Open Stergios96T opened 6 months ago

Stergios96T commented 6 months ago

Hello, after a while i get this error. My setup is arduino DUE and i use to get_columns values from Db. (cur_mem1->get_columns();) What could be the issue?

Thanks!

image