Hello
Is there any way to LOG() ExecNonQuery2?
For example something like
So I can see Update SQL Script executed.
Thank you
Is there any way to LOG() ExecNonQuery2?
For example something like
B4X:
SQL.ExecNonQuery2($"Update LOCALIItem Set Code = ?, Description = ? , Array As Object(Crsr.GetString("ValidCode"), Crsr.GetString("ValidDescription")))
LOG(ExecNonQuery2)
So I can see Update SQL Script executed.
Thank you
Last edited: