views:

10

answers:

1

I want to save datetime into the EDB database. I tried storing the value by converting CTime to CString. But after reading not able to convert CString to Ctime. Ask the same question on stackoverflow, yet no responses.

Here are EDB database datatypes. Can I use CEVT_FILETIME? If possible please give me an example.

+1  A: 

Use SystemTimeToFileTime then store it as a CEVT_FILETIME.

ctacke