mustafakemalgilor / arduino-mssql

THIS PROJECT IS NOW DEPRECATED; PLEASE USE TDSLITE INSTEAD! https://github.com/mustafakemalgilor/tdslite A TDS 7.0 implementation for Arduino, allowing connection to Microsoft SQL Server and running queries. (using UIPEthernet or Ethernet)
MIT License
21 stars 11 forks source link

what's happened with my code #8

Closed Jkrvalho closed 2 years ago

Jkrvalho commented 3 years ago

When I try to compile my code in Arduino IDE the error occurs

In file included from D:\Projetos\IDPCT400A_com_ESP8266\sqlard_test\sqlard_test.ino:1: C:\Users\PC\OneDrive\Documentos\Arduino\libraries\arduino-mssql-master/sqlard.h: In member function 'bool SQLard::login()': C:\Users\PC\OneDrive\Documentos\Arduino\libraries\arduino-mssql-master/sqlard.h:1144:11: error: section attribute cannot be specified for local variables 1144 | uint8_t data[256] PROGMEM; | ^~~~ exit status 1 Erro compilando para a placa NodeMCU 1.0 (ESP-12E Module)

Thanks

mustafakemalgilor commented 2 years ago

Probably your toolchain/board does not have PROGMEM available in a way that Arduino specifies.