System.Data.OleDb.OleDbException: System resource exceeded. ERROR
From: A. Moghazy (anonymous_at_discussions.microsoft.com)
Date: 02/18/04
- Next message: beau: "Random Platform slowdown"
- Previous message: Jon Skeet [C# MVP]: "Re: Reducing load on GC"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 18 Feb 2004 05:26:06 -0800
I have a loop to create instances of my user control at run time, for example:
for intPageCounter=0 to intNumberOfPages
dim objUser as new MyUserCtrl
objUser.getProducts()
Panel1.Controls.Add(objUser)
next
The method "getProducts" connect to Acces 2003 DB every time and get DataReader containing required data.
After a while this error message appeared:
System.Data.OleDb.OleDbException: System resource exceeded.
Please advice.
- Next message: beau: "Random Platform slowdown"
- Previous message: Jon Skeet [C# MVP]: "Re: Reducing load on GC"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|