error '80040e4d' ................ - TechRepublic
General discussion
April 28, 2001 at 06:00 PM
rsv

error ‘80040e4d’ …………….

by rsv . Updated 24 years, 12 months ago

The error is:

“Microsoft OLE DB Provider for ODBC Drivers error ‘80040e4d’

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

This happen on line 4

Line 1 Set NikConnObj = Server.CreateObject(“ADODB.Connection”)
Line 2 NikConnObj.Mode = adModeWrite %>
Line 3 #include file=”connect1.inc”
Line 4 NikConnObj.Open(NikConnStr)

Where connect1.inc is

NikConnStr = “DRIVER={Microsoft Access Driver
(*.mdb)};DBQ=d:/html/users/nikmartincom/database/users_new.mdb;”

Appreciate your help please!

This discussion is locked

All Comments