What do I need to include to use SqlDateTime?
How doIutilize the SqlDateTime structure in my visual studio c++ application. Is there a header file or namespace I need to include at the top of my code? I've tried to put in a namespace but am told it does not exist.
I'm reading the datetime in from a sql database but need to compare it to the current time the program is ran to make appropriate updates.
Thanks
Micah

