Hi keven,
could solve this problem, I have several days trying to fix it,
I tried with this connection string
DRIVER={B1CRHPROXY};UID=<db_user>;PWD=<db_pwd>;SERVERNODE=<hana_host/ip>:<hana_port>;[DATABASE=<company_schema>;]
and with this
DRIVER = {HDBODBC32}; UID = <db_user>; PWD = <db_pwd>; SERVERNODE = <hana_host/ip>: <hana_port>;
but it works for a single schema.
any information to make the connection dynamic would be helpful
thanks in advance