Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Im getting this error '80040e4d' - Too many client tasks

Status
Not open for further replies.

mymatemark

Technical User
Nov 29, 2001
2
GB
Hi there ..

Ive made a dynamic web gallery using ASP and Access. Everything has been fine till the last couple of days. Currently the page generates the following error when it trys to display the images.

Microsoft OLE DB Provider for ODBC Drivers error '80040e4d'

[Microsoft][ODBC Microsoft Access Driver] Too many client tasks.

/default_image_viewer.asp, line 121

Line 121 is the connection to the database. I have double checked that and it appears to be fine ??

Ive searched everywhere and can't find any additional information on the error.

Can anybody help?

Thanks in advance
Mark
 
I did a quick search, the couple of things found by doing a google search points to having too many recordsets open or not closing a destroying the object after use.

 
check to see that you are closing the recordset on your previous open before you try to open it again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top