ChuckBell / MySQL_Connector_Arduino

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

Long usage error "You must read the column first" #206

Open Mr-Cheung094 opened 1 year ago

Mr-Cheung094 commented 1 year ago

image

hello ,Every time you use it for a long time you will always report the error shown on the diagram,I looked at the header files contained in our database and did not find such an error message。Now, I have no way to solve the problem. I hope you can help me。

ChuckBell commented 1 year ago

Hi. This means there is more to be read from the server. Be sure you have read the columns and all of the data in your loop per the examples.

Mr-Cheung094 commented 1 year ago

Yes,I sure. because The database data can be read normally after a short time。Long time use, to repair the charge reset, can be used

Rokkie96S commented 3 months ago

Hello! I am facing the same error after a while that arduino running Any solution would be much appreciated!