Thank You Chris and Arnd
I've tried with ODBC too but no way
here my DBParm:
ConnectString='DSN=SBODEMOIT;UID=<USER>;PWD=<PASSWORD>;CS=SBODEMOIT',ConnectOption='SQL_DRIVER_CONNECT,SQL_DRIVER_NOPROMPT',DelimitIdentifier='Yes'
but the SQLSYNTAX from Sqlpreview event is:
SELECT "table"."a" , "table"."b" , "table"."b" ,
"table"."d"
FROM "table"
WHERE ( table.x = ? ) and ( table.y like ? ) and
( table.z like ? )
and as you can see there is no double quotes in where clause and in fact HANA returns me an error
If I change my SQLSyntax in developing my datawindows sourrounding table names and column names with doublequotes so it works
Any hints?
Thanks