Dear,
I would use insert into with variable values.
Example Arduino:
String a;
String b;
int c;
rc = db_exec(db2,"insert into login (nom,password,temperature) VALUES(a,b,c);");
This line don't work, ils give me error.
Can you help me?
How to do?
Thank you advance.
Jerry
Search found 1 match
- Sun Feb 10, 2019 8:09 am
- Forum: Showcase
- Topic: SQLite3 Library for ESP32 Arduino core
- Replies: 1
- Views: 5052