DAO Debug and Release
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm using DAO (CDaoRecordset) on an Access database. I'm using Get/Set FieldValue using an ordinal position. In debug everything is fine. In release mode I get "Data Type Conversion" errors. It's happened on numeric and text fields - I know that the correct type/value is being get/set. When I change the ordinal to an actual field name everything is fine. :confused: