Are you trying to run the 3 queries in only one execution by separating them with ; ?
That does not work with the hana odbc driver.It crash when it find a ;
You will probably need to execute the 3 query, one at a time without ;
Are you trying to run the 3 queries in only one execution by separating them with ; ?
That does not work with the hana odbc driver.It crash when it find a ;
You will probably need to execute the 3 query, one at a time without ;