Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
OI table which exists but also doesn't
I have been working on some code which is intended, during the application exit process, to create & populate an OI table from an excel spreadsheet. The table data would will be used in future sessions by other programs. The program is supposed to first delete the table if it exists & then create it anew.
I started writing this program a couple of days ago, but I forgot to add the table to the database. Now, my table does not exist according to the TableExists & Delete_Table functions, but I get an FS146 (table exists) from the Create_Table function.
I am thinking I need to delete (via windows) the REV files for this table to fix this. I noticed, tough, that the REVMEDIA files were updated the same time. Do I need to do anything with those?
Thanks for any assistance.
I started writing this program a couple of days ago, but I forgot to add the table to the database. Now, my table does not exist according to the TableExists & Delete_Table functions, but I get an FS146 (table exists) from the Create_Table function.
I am thinking I need to delete (via windows) the REV files for this table to fix this. I noticed, tough, that the REVMEDIA files were updated the same time. Do I need to do anything with those?
Thanks for any assistance.

Comments