Search found 1 match

by rouyro
Sun Feb 10, 2019 8:09 am
Forum: Showcase
Topic: SQLite3 Library for ESP32 Arduino core
Replies: 1
Views: 10114

Re: SQLite3 Library for ESP32 Arduino core

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