Author | Message |
---|---|
Amedrano
Posts: 80
|
Posted 18:48 Nov 09, 2015 |
Is there a way to DROP/DELETE unwanted tables like we did in the past? If not will deleting the ".tbl" file from the "studentDB" folder do it? |
Anon
Posts: 134
|
Posted 19:37 Nov 09, 2015 |
Try it and report back. Please and thank you. |
cysun
Posts: 2935
|
Posted 20:57 Nov 09, 2015 |
Read the grammar. If you don't see DROP TABLE there, then it's not supported. You can delete the .tbl file from the db folder, then delete the corresponding records in TblCat and FldCat in the system catalog. |
ahnman341
Posts: 22
|
Posted 22:47 Nov 09, 2015 |
Where can we find the db folder in our local disk?? I can't seem to recall where it is located |
ahnman341
Posts: 22
|
Posted 22:49 Nov 09, 2015 |
Belay my last. I found it in C:\User\MyUser\StudentDB |