
new problem with msvc 4.2 and odbc recordset
I upgraded my app to use msvc 4.2. I now use the
CRecordset::GetFieldValue() function which calls the odbc api ::GetData().
The problem is when I call it on on recordset which joins two tables, I get
the error message
"Positioned Request cannot be performed because resultset was generated by
a join condition"
Is this a bug, or is it just a fact of odbc? Please help.
-Bob Fortin