MySQL Forums
Forum List  »  Connector/Arduino

Re: Reading values from mysql
Posted by: Charles Bell
Date: April 30, 2014 07:55AM

If you are using the newest version of the connector, you must turn on select capability (it is turned off by default).

Go into mysql.h and uncomment:

//#define WITH_SELECT // Uncomment this for use without SELECT capability

Options: ReplyQuote


Subject
Views
Written By
Posted
3788
April 17, 2014 05:33PM
2382
April 23, 2014 09:47AM
3238
April 25, 2014 06:52AM
3158
April 26, 2014 12:12PM
Re: Reading values from mysql
2226
April 30, 2014 07:55AM
2203
April 30, 2014 08:08AM
2165
April 30, 2014 05:59PM
2068
May 01, 2014 05:00PM
1982
May 07, 2014 08:43AM


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.