Page 1 of 1

remove table but save .tbl file

Posted: Wed Jun 24, 2009 12:12 pm
by tboyer
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

Posted: Wed Jun 24, 2009 2:47 pm
by mark
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.