Problem with CRecordset::GetFieldValue
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hey Friends I am trying to run a query like given below select count(*) from table1 now when i try to read the value of the result using GetFieldValue function it gives exception that Value is big I debugged the same & found that the ODBCFieldInfo is treating the result as DBVT_SHORT hence if the value is large it is throwing an exception . Any suggestions ?