Re: Problem to build
It's still a header issue. You either still have two mysql.h files (one where the SELECT is commented out) or your IDE hasn't updated (see below).
Make sure the mysql_connector folder is in your Arduino/Libraries folder and there are no stray mysql.* files in your project folder. You can check the location of the libraries folder in your Arduino IDE folder.
Also, remember that the IDE reads library information only on startup. So if you make changes to any library while the IDE is open, it will not pick up the changes. You must exit the IDE and reopen it.
Hope this helps.
Subject
Views
Written By
Posted
4134
September 02, 2014 06:09PM
2145
September 03, 2014 08:22AM
2585
November 04, 2014 07:31PM
2025
November 05, 2014 09:00AM
1896
November 05, 2014 10:43AM
2491
November 05, 2014 12:16PM
Re: Problem to build
2039
November 11, 2014 09:38AM
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.