Skip to main content
Participant
July 13, 2010
Question

Problem with Recordset Paging (ASP)

  • July 13, 2010
  • 1 reply
  • 594 views

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

This topic has been closed for replies.

1 reply

Participant
July 14, 2010

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