Hi everyone,
I have a connection string in VBA that can successfully connect to HANA table:
StrSql = "driver=HDBODBC32;servernode=10.###.###.30:30015;DATABASE=Z_PTP_HANA_SCH;uid=xxxxx;pwd=xxxxx;"
However, I do not want to hardcode my credentials.
When the user refresh the workbook, they enter their windows authentication which logs them into HANA too through single sign on.
Is there a way to utilize that single sign on functionality into my connection string?