
24 Aug
2005
24 Aug
'05
1:30 a.m.
On Behalf Of Corwin Joy
Brock, Here is another link with some details on some of the different ODBC cursor types http://msdn.microsoft.com/library/default.asp?url=/library/en- us/acdata/ac_8_con_07_3tdf.asp
It's a bit SQL server specific, but if you do a google on "ODBC cursor performance forward" the same considerations apply to other databases. Anyway, it is important to understand these tradeoffs before mapping to a specific C++ iterator type.
Thanks Corwin, The information in your first post was very informative on this issue too.