If I execute one SQL statement like
No mater if the condition apply or not the command it will executed and it will complete successfully and the result will be true.
How I can know that delete actually is made.
Thank you.
B4X:
SQL1 = $"DELETE FROM LOCAL_Trade WHERE Code = '${OrdersTable.GetValue(1, RowX)}'"$
How I can know that delete actually is made.
Thank you.