Click to See Complete Forum and Search --> : Has someone got a RFX-functio to link ODBC money field to COleCurrency isntead of CString ?


Marco
May 20th, 1999, 10:20 AM
I need a RFX-function that links an ODBC field of type "money" to a CRecordset class member of type COleCurrency instead of CString. Has someone got such a funtion or knows a good, stable location in the recordset where I can use the COleCurrency::ParseCurrency member to convert it ? Now I am using ParseCurrency() spreaded all over my app ... that's not the way I like it ....