MySQL Forums
Forum List  »  Connector/Arduino

Problem to build
Posted by: Gustavo Carneiro
Date: September 02, 2014 06:09PM

Hi Everyone! I'm new at the world of Arduino, and I am building a school project, that I want to use MySQL connector to write data in my DB, but always when I try to build mysql_conncetor.ino that cames with the library, I have the same error and can't build. Please, what can I do to fix that?? Is the only missing part of my project. Here's the error:

Arduino: 1.5.7 (Mac OS X), Board: "Arduino Uno"

mysql_connector.ino: In function 'void do_query(const char*)':
mysql_connector.ino:69:3: error: 'column_names' was not declared in this scope
mysql_connector.ino:69:17: error: 'c' was not declared in this scope
mysql_connector.ino:70:3: error: 'row_values' was not declared in this scope
mysql_connector.ino:70:15: error: 'r' was not declared in this scope
mysql_connector.ino:85:15: error: 'class Connector' has no member named 'get_columns'
mysql_connector.ino:100:17: error: 'class Connector' has no member named 'get_next_row'
mysql_connector.ino:114:15: error: 'class Connector' has no member named 'free_row_buffer'
mysql_connector.ino:122:11: error: 'class Connector' has no member named 'free_columns_buffer'

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.

Thanks for everyone, and sorry for any English mistake!!

Options: ReplyQuote


Subject
Views
Written By
Posted
Problem to build
3999
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
1934
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.