MySQL Forums
Forum List  »  Connector/Arduino

Re: Problem to build
Posted by: Charles Bell
Date: November 11, 2014 09:38AM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
4000
September 02, 2014 06:09PM
2050
September 03, 2014 08:22AM
2456
November 04, 2014 07:31PM
1907
November 05, 2014 09:00AM
1793
November 05, 2014 10:43AM
2376
November 05, 2014 12:16PM
Re: Problem to build
1935
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.