Hello,
I can't delete a record from the database through the code;
Dim m As Map
m.Initialize
m.Put("codice", "VERDI")
DBUtils.DeleteRecord(SQL, EtxNoSq.Text,m)
LOG;
DeleteRecord: DELETE FROM [resr01] WHERE [codice] = ?
clearly the record exists in the table [resr01]
LOG;
BIANCHI
MARIO BIANCHI
ROSSI
MARIO ROSSI
VERDI
MARIO VERDI
thank you
I can't delete a record from the database through the code;
Dim m As Map
m.Initialize
m.Put("codice", "VERDI")
DBUtils.DeleteRecord(SQL, EtxNoSq.Text,m)
LOG;
DeleteRecord: DELETE FROM [resr01] WHERE [codice] = ?
clearly the record exists in the table [resr01]
LOG;
BIANCHI
MARIO BIANCHI
ROSSI
MARIO ROSSI
VERDI
MARIO VERDI
thank you