Microsoft OLE DB Provider for ODBC Drivers error '8007000e'

[Microsoft][ODBC Microsoft Access Driver] System resource exceeded.

/index.asp, line 150




<%
Dim rs_utenti
Dim rs_utenti_numRows

Set rs_utenti = Server.CreateObject("ADODB.Recordset")
rs_utenti.ActiveConnection = MM_conn_utenti_STRING
rs_utenti.Source = "SELECT * FROM tab_utenti"
rs_utenti.CursorType = 0
rs_utenti.CursorLocation = 2
rs_utenti.LockType = 1
rs_utenti.Open() <------------------------

rs_utenti_numRows = 0
%>



non ho modificato nulla...e poco tempo fa funzionava tutto! Cosa è successo?

GRazie