Link to home
Start Free TrialLog in
Avatar of colonelblue
colonelblue

asked on

Microsoft OLE DB Provider for SQL Server error '80040e14' Could not find prepared statement with handle -1

I get this error intermittently on this page that loads a table off SQL.
Sometimes it comes up sometimes it doesn't.
No change in data, just refresh the page after initially seeing the error on occasion.
Refresh then error goes away and then refresh or initially land on page error may comes back up.

Experts please help?

Thank you in advance,

ERROR:

Microsoft OLE DB Provider for SQL Server error '80040e14'
Could not find prepared statement with handle -1.
line 167


163  ' reset the cursor to the beginning
164 If (MM_rs.CursorType > 0) Then
165  MM_rs.MoveFirst
166 Else
167   MM_rs.Requery
168   End If
ASKER CERTIFIED SOLUTION
Avatar of Eyal
Eyal
Flag of Israel image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of colonelblue
colonelblue

ASKER

Thank you!