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!

CDatabase::useCursorLib vs. CRecordset::snapshot

Status
Not open for further replies.

9271022

Programmer
May 23, 2003
2
US

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 not specified but snapshot record set is
requested?

My question is summarized as follows.

CDatabase CRecordset resultant data set

useCursorLib snapshot snapshot?
useCursorLib dynaset snapshot?
Not useCursorLib snapshot snapshot?
Not useCursorLib dynaset dynaset?

Thank you in advance.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top