ALL,
All questions here are talking about LPCT
STR conversion.
But since the example at https://learn.microsoft.com/en-us/sql/ado/reference/ado-api/version-property-example-vc?view=sql-server-ver15 uses LPCSTR - I need to perform that conversion.
I have the code at the link working, but I need the conversion since the software I am writing is operating with std::wstring (it is cross-platform and cross-DBMS).
TIA!!