*** Displaying COleVariant variables ***
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi everyone, I have a project that is MFC based and I would like to know how I can display the value of an COleVariant variable in a messagebox? For example, I have the following: COleVariant var; var then contains some data. I retrieved from a database with GetFieldValue() function. which is done with a CDaoDatabase connection. How do I display whatever that is in var in the MFC application to see what is inside it? If anyone knows, Please let me know. Thanks in Advance! Steve