I created a table using a .hdbdd file. I was then able to import data from a csv file. Everything worked like a charm. Later I tried to add a field to the table but when I tried to save the updated hdbdd and csv files I get an error that the number of columns in the table and csv file don't match. So, I tried to delete the entry for the table from the hdbti table. It allowed me to save the file but still get the column mismatch error.
Then I deleted the database table but now I get an error: Table import target table cannot be found. Table import target table cannot be found.
Finally, I tried to delete the csv file but the file appears in the list of files but I can't open it and I still get the same error.
Now I can't change any part of the data model with getting the error. Is there no way out of this maze?
Ross