Hello.
I have a problem with cleaning table.
Debugger does not return any error and application crash occurs.
With TRY:
Debugger unreported any code, nor does it have the log message "Error",
, and the application continues to operate without cleaning the table.
What could be causing this?
I have a problem with cleaning table.
B4X:
Main.SQL.ExecNonQuery("TRUNCATE TABLE wyniki")
Debugger does not return any error and application crash occurs.
With TRY:
B4X:
Try
Main.SQL.ExecNonQuery("TRUNCATE TABLE wyniki")
Catch
Log("Error")
End Try
, and the application continues to operate without cleaning the table.
What could be causing this?