This sample app using SQL_WCHAR datatype constant. This works (and SQL_CHAR works too) - MSSQL converts GUID to string properly. (Sample using SQLBindCol approach instead SQLGetData)
It is strange that SQLGetData(..., ..., SQL_CHAR,...) inside Upp returns error.
I think I miss something obviously.