From: Brock Peabody (brock.peabody_at_[hidden])
Date: 2005-08-23 20:30:08


> 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.