 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Liam Mullane Guest
|
Posted: Thu Dec 11, 2003 12:38 pm Post subject: "Insufficent memory for this operation" |
|
|
Hi,
I have very simple test project that contains the following code.
TForm1 *Form1;
__fastcall TForm1::TForm1(TComponent* Owner)
: TForm(Owner)
{
Query1->DatabaseName = "MyTest";
Query1->SQL->Text = "Select * from TestTable";
Query1->Open();
}
I can only load 3 instances of this program successfully. On loading the 4th
instance I get the error "Insufficent memory for this operation". The test
table is about 1Gig in size. How do I get around this? Should I be looking
at the BDE configurations. If so what is the optimal configuration?
I'm using CBuilder4 and BDE 5.01
Many thanks,
Liam.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|