ODBC DoDataExchange()
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have problem with CTime in DoDataExchange() function None of 15 overrides in funkcion takes CTime as an parameter When I convert it using CTime aTime.Format("%d.%m.%Y") then I'm able to transfer data from ODBC database into my Edit control but when I try to Update database then it throws exception. Can somebody help me with right way of doing this. Thank You