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
-
mark
- Site Admin
- Posts: 5519
- Joined: Tue Apr 25, 2000 6:56 pm
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.