I'm trying to convert a SQLCHAR
to string
, but I couldn't find a resource in the Net.
Any great suggestion, please?
Thanks a lot!!
You can do:
SQLCHAR c[256];
string str((const char*)c);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With