How to use SqlDbType in c++?

96 views Asked by At

SqlDbType is a type used in C#. But I need to use it in C++. I am sorry if this is a simple question. But I tried to google this and tried to find sample code but I did not find anything other than a statement that it exists in C++. How do I use and define the enum for SqlDbType in C++?

0

There are 0 answers