$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Corwin Joy (cjoy_at_[hidden])
Date: 2005-08-23 20:03:51
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.