I am using a databse over a network, when I use a Macro using RunCommand SelectAllRecords and RunCommand Delete it has a record Locking error.
I can only assume this is due to inefficiencies in these commands causing time out performance issues.
I have tested the same process using a delete query and that works fine, however, I am worried that as the data grows (currently only testing with 2 brands) that may too have a performance issue.
Is there a better/more efficinet way to delete all records in a table so it can be refreshed with an import?
I can only assume this is due to inefficiencies in these commands causing time out performance issues.
I have tested the same process using a delete query and that works fine, however, I am worried that as the data grows (currently only testing with 2 brands) that may too have a performance issue.
Is there a better/more efficinet way to delete all records in a table so it can be refreshed with an import?