Copy link to clipboard
Copied
I have a listing of records that got too large.
I tried to add the Recordset Paging but get an error
Microsoft OLE DB Provider for SQL Server error '80040e14'
Could not find prepared statement with handle -1.
The statement is
MM_rs.Requery
I am using asp and DW 5.
Thanks
Copy link to clipboard
Copied
If I change
Recordset1_cmd.Prepared = true
iro
to false it works but I lose the recordset in the server behaviors.
What is going on? How do I fix it?
Thanks