marioletto
Guppy
the following code
=============
<%
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=D:\hshome\xxx\db\xxxx.mdb;"
Conn.Close
%>
=============
returns the follwoing error message:
===========
Microsoft OLE DB Provider for ODBC Drivers error '80040e4d'
[Microsoft][ODBC Microsoft Access Driver] Too many client tasks.
file.asp, line 3
==========
am i missing something?
please advise...
thanks
=============
<%
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=D:\hshome\xxx\db\xxxx.mdb;"
Conn.Close
%>
=============
returns the follwoing error message:
===========
Microsoft OLE DB Provider for ODBC Drivers error '80040e4d'
[Microsoft][ODBC Microsoft Access Driver] Too many client tasks.
file.asp, line 3
==========
am i missing something?
please advise...
thanks