I am using the CColumns class that comes with the catalog's mfc sample.
Since I am only interested in 2 -3 attributes about each field I decided
to trim down the information I am retreiving/binding.
When retrieving an integer field I always got an exception informing me that
The RFX method I am using does not match the type of field . (Note those fields
I am currently
retrieving I have not modified)
I traced the MFC code and found that the wrong type for the column is
retrieved.
Why is that??!!
Thanks a lot