0

I'm using Access as a database in my asp.net project and I'm facing this error:

System resource exceeded.

Please guide me how to resolve this issue.

Tony Toews
  • 7,850
  • 1
  • 22
  • 27
leonyx
  • 849
  • 7
  • 15
  • 23
  • possible duplicate of [OleDbException System Resources Exceeded ](http://stackoverflow.com/questions/155959/oledbexception-system-resources-exceeded) – NotMe Sep 21 '10 at 19:37

1 Answers1

2

In your code somehow, connection to database keeps open and you reach the limit. Same question asked here : OleDbException System Resources Exceeded

Community
  • 1
  • 1
BigbangO
  • 820
  • 5
  • 9