0
Problem with Recordset Paging (ASP)
New Here
,
/t5/dreamweaver-discussions/problem-with-recordset-paging-asp/td-p/2780235
Jul 13, 2010
Jul 13, 2010
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
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
SoCal_Duke_Fan
AUTHOR
New Here
,
LATEST
/t5/dreamweaver-discussions/problem-with-recordset-paging-asp/m-p/2780236#M75767
Jul 13, 2010
Jul 13, 2010
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

