Hi there,
Hope someone can point me in the right direction!
Problem:
I want to delete a Database from within a different Database.
Reason:
I have a new Version of my Backend Db. In the Conversion Database I take the following steps:
1. I import the tables from the Backend “DataDB” (old Version)
2. Link the tables from a empty TempVersion of New Backend say “TempDataDB”
3. Do all the importing and Updating I need to do from old Tables to new Version Tables
4. With FileCopy I now create a copy of the Old Data say, “DataDB_Version5”
5. With Filecopy I overwrite the old Version, “DataDB” with the new Version (so the name remains the same)(FileCopy “TempDataDB”, “DataDB”)
6. NOW I NEED TO DELETE THE “TEMPDATADB”
AND I DON’T KNOW HOW!!
Hope this makes sense to someone!
Thanks
Marion
Hope someone can point me in the right direction!
Problem:
I want to delete a Database from within a different Database.
Reason:
I have a new Version of my Backend Db. In the Conversion Database I take the following steps:
1. I import the tables from the Backend “DataDB” (old Version)
2. Link the tables from a empty TempVersion of New Backend say “TempDataDB”
3. Do all the importing and Updating I need to do from old Tables to new Version Tables
4. With FileCopy I now create a copy of the Old Data say, “DataDB_Version5”
5. With Filecopy I overwrite the old Version, “DataDB” with the new Version (so the name remains the same)(FileCopy “TempDataDB”, “DataDB”)
6. NOW I NEED TO DELETE THE “TEMPDATADB”
AND I DON’T KNOW HOW!!
Hope this makes sense to someone!
Thanks
Marion