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

Thread: recordset types

  1. #1
    Join Date
    Jun 2001
    Location
    kerala
    Posts
    6

    recordset types

    what is the difference between dynamic and keyset recordset types



  2. #2
    Join Date
    Dec 2000
    Posts
    66

    Re: recordset types

    Almost the same. Except that Keyset can not see the insert and delete action taken by others.

    //-----------------------------------------\\
    Where there's a wire , there's a way
    \\-----------------------------------------//

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