Details:
I have an MS-Access Database procedure where I locally create tables in a database. However, I want to make sure that the tables that I create are checked, and if the test fails, I need to delete / delete other created tables. Basically, the rollback procedure, I think.
Question:
I came across two methods for deleting tables, but I canโt figure out if it has more about than minus, etc.
Can someone tell me what is the difference?
Thank you very much!
source share