
SetFieldNull in CRecordset (MSVC 4.2)
Hi!
Since I've updated my program from Visual C++ 4.1 to Visual C++ 4.2 the
SetFieldNull()-function doesn't work. Everytime I call
SetFieldNull(&fieldadr, TRUE / FALSE) after an update, I get an assert in
line 4062.
The workaround PARAMSET.EXE doesn't work like it should and seems to be
incomplete (e.g. the function Param_RFX_Date(CFieldExchange*, LPCTSTR
szName, CTime&) declared in the header file ParamSet.h, is not implemendted
in ParamSet.cpp; instead !!! RFX_Date !!! is implemented).