ChuckBell / MySQL_Connector_Arduino

Database connector library for using MySQL with your Arduino projects.
332 stars 133 forks source link

how can i test de result? #50

Closed fgaliazzo closed 6 years ago

fgaliazzo commented 6 years ago

Hi, i would like to know how can i test the command, for example:

      MySQL_Cursor *cur_mem = new MySQL_Cursor(&conn);
     if (cur_mem->execute(QUERIE_INSERT))
       return true;
    else 
      return false;;

tks

ChuckBell commented 6 years ago

I don't know what you mean. This tool is for reporting issues with the connector. This seems like you're asking for help on how to write a query. Please try posting a more complete question on https://forums.mysql.com/list.php?175.