I'm trying to use the CDatabase class. I've done it in a different project fine, but in this one....
I've added <afxdb.h> to a project "stdafx.h" but I get a compile error:
7>c:\program files (x86)\windows kits\10\include\10.0.17763.0\um\sqltypes.h(123): error C2632: 'char' followed by 'char' is illegal
The offending line (in the sqltypes.h header)is this:
typedef unsigned char UCHAR;
Do I need to define something or do something or...