MySQL Forums
Forum List  »  Connector/Arduino

Re: Arduino UPDATE Mysql
Posted by: Chuck Bell
Date: June 16, 2016 06:54AM

Hi. I can help. Please send me your entire sketch so I can see what is happening. However, I observe one thing immediately (but not the cause of the issue): you do not need to use sprintf() when there are no items to replace/format.

There are a number of things on the database side that could need attention. One way to determine if there is a problem with the query statement is to run the query on the server itself (use the mysql client).

I will reply once I see your complete sketch and look it over.

Options: ReplyQuote


Subject
Views
Written By
Posted
4387
June 01, 2016 05:35AM
1918
June 01, 2016 10:06AM
1575
June 03, 2016 10:19AM
1566
June 16, 2016 07:05AM
Re: Arduino UPDATE Mysql
1832
June 16, 2016 06:54AM
1594
June 16, 2016 08:35AM
1520
June 17, 2016 07:07AM


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.