Hi all
how can i get the result of this?
i tryed use Main.sql1.ExecQueryAsync but i cant use update with ExecQueryAsync, how to know if this really have update my db with no errors?
how can i get the result of this?
B4X:
Main.sql1.ExecNonQuery("update servidor.apps set isenable_notification = 'true' where app_name = '"&lstapps.SelectedItem&"'")
i tryed use Main.sql1.ExecQueryAsync but i cant use update with ExecQueryAsync, how to know if this really have update my db with no errors?