If there is an apostrophe in the string, an error occurs. How to pass the string value correctly?
B4X:
Dim key As String="I1"
Dim str As String="d'Ydewalle"
db.ExecNonQuery("INSERT INTO names (id, name) VALUES ('" & key & "', '" & str & "')")