i tried to use your library with my ESP8266 NodeMCU (SD Card Reader connected).
When i try the example "sqlite3_sdfat" which comes with the library i get the following output:
Opened database successfully
Opened database successfully
Select * from surnames where name = 'MICHELLE'
SQL error: file is encrypted or is not a database
Time taken:40043
The SD Card was formated in FAT32 and i copied the files from the data-folder of the example directory to the SD Card (via Linux).
Do you have an idea what i could try to get the example working?
Hi,
i tried to use your library with my ESP8266 NodeMCU (SD Card Reader connected).
When i try the example "sqlite3_sdfat" which comes with the library i get the following output:
The SD Card was formated in FAT32 and i copied the files from the data-folder of the example directory to the SD Card (via Linux).
Do you have an idea what i could try to get the example working?
Best wishes Daniel