MySQL Forums
Forum List  »  Connector/Arduino

Re: Arduino MySQL Connector Select Query- How to access individual values
Posted by: Charles Bell
Date: January 28, 2015 02:47PM

You must decode each of the columns yourself. I'd like to see your SELECT statement but otherwise the general flow of the code can be found in the do_query() method in mysql_connector_basic.ino (the example code).

Please post your entire sketch so that I can see how you are executing the query.

Also, what results are you seeing in the Serial monitor?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Arduino MySQL Connector Select Query- How to access individual values
2459
January 28, 2015 02:47PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.