CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    recordcount on a table type recordset

    Has anyone experienced the phenomenon of a table type recordset reporting an incorrect record count? I have 376 records in a table. When a dynaset type recordset object is used the correct # of 376 records is reported for its "recordcount" value. Although when I use the table type recordset the amount of 302 is reported for its "recordset" value. Can anyone help solve this mystery?



  2. #2
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    Re: recordcount on a table type recordset

    Hi,

    Use .movelast statement before record count.

    Santulan

    Santulan

  3. #3
    Guest

    Re: recordcount on a table type recordset

    Sorry man you really didn't read my question did you? : )

    I have refreshed the db by the .movelast .movefirst the problem that the tye dynaset reports the correct # of records while the type table does not. I am perplexed as to why this is happening


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured