I'm new to Delphi and maybe this is very simple.
While debuging my program sometimes I don't Close my Table, and when I try to use it again I get massage:
Project Name.exe raised exeption class EDBEngineError with massage: 'Table is busy' etc...(busy by me as a user)
Maybe that is OK, but I still want to use my Table. In other words I want the table FREE to use.
So, anybody, how do I do that? (FREE the Table)
While debuging my program sometimes I don't Close my Table, and when I try to use it again I get massage:
Project Name.exe raised exeption class EDBEngineError with massage: 'Table is busy' etc...(busy by me as a user)
Maybe that is OK, but I still want to use my Table. In other words I want the table FREE to use.
So, anybody, how do I do that? (FREE the Table)