What will be the connection string that can be used in excel to connect to multi-tenant database ?
Currently i am using
connectionstring = "Driver=HDBODBC;SERVERNODE=10.20.30.40:30015; DATABASENAME=ABCDE;CS=DBO".
Its throwing ODBC error 10709. Is there any different parameter in connection string for multi container hana database than single container?