I'd like to remove a table from the database without deleting the tbl file. Is there a way to do this?
remove table but save .tbl file
remove table but save .tbl file
Not directly. You would have to move or rename the file so the database can't find it, then do a drop table. You can use the addtable command to add it back into a database as needed.