lotharious
MIS
I have a access db that Im trying to retrive items from. I also have some DB code that access's the db and so such. However I can not figure out how to get the date/time db type into a c type...
This is an example of the code Im using for other types
_variant_t vtValue;
vtValue = m_Rec->Fields->GetItem(FieldName)->GetValue();
FieldValue=vtValue.dblVal;
any help would be great.
This is an example of the code Im using for other types
_variant_t vtValue;
vtValue = m_Rec->Fields->GetItem(FieldName)->GetValue();
FieldValue=vtValue.dblVal;
any help would be great.