I'm working with BCB6 and my application acceeds to a database (dBase, of BDE of Borland) with TDataSource and TTable components. My problem is that when I run the application four or five times, the last one borland says me:
Project Application.exe raised exception class EDBEngineErro with message 'Insufficient memory for this operation. Alias: RegisterDatabase '. Process stopped. Use Step or run to continue
I don't know how I can solve this, because this components haven't a destructor for themself, they are destructed whith the destructor of the form where they are placed.
How can I solve this problem of virtual memory? Have I to delete some things?
Thanks!!
Project Application.exe raised exception class EDBEngineErro with message 'Insufficient memory for this operation. Alias: RegisterDatabase '. Process stopped. Use Step or run to continue
I don't know how I can solve this, because this components haven't a destructor for themself, they are destructed whith the destructor of the form where they are placed.
How can I solve this problem of virtual memory? Have I to delete some things?
Thanks!!