remove table but save .tbl file

Post Reply
tboyer
Posts: 68
Joined: Mon Aug 28, 2006 4:43 pm

remove table but save .tbl file

Post by tboyer »

I'd like to remove a table from the database without deleting the tbl file. Is there a way to do this?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

remove table but save .tbl file

Post 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.
Post Reply