Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. 9271022

    When to set CDatabase::useCursorLib option?

    I need a snapshot record set. I am using MFC database access classes. Do I have to set option useCursorLib when call CDatabase::OpenEx()? Can I omit the option but specify "snapshot" type in CRecordset::Open()? When I set option useCursorLib, opening a record set from the...
  2. 9271022

    CDatabase::useCursorLib vs. CRecordset::snapshot

    MFC CDatabase::OpenEx() allows an option useCursorLib. According to MSDN documentation, specify the option for snapshot support. While in CRecordSet::Open(), the first parameter is record set type. What is relationship between useCursorLib and snapshot? What will happen if useCursorLib is...

Part and Inventory Search

Back
Top