Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Problem with Recordset Paging (ASP)

New Here ,
Jul 13, 2010 Jul 13, 2010

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
580
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 13, 2010 Jul 13, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines