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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.