We get the error message in excel when using the odbc driver. This is a hana system.
SAP AG UBODBCHDB32 DLL HDBODBC32 Syntax error or access violation; 257 sql syntax error incorrect syntax near.
The query we are using is.
SELECT T0."WhsCode" , T0."ItemCode" , T0."OnHand" FROM "MIERS_LIVE"."OITW" T0 WHERE T0."WhsCode" = ('WH' ) AND T0."OnHand" <> (0 )
We only get the error some times. So sometimes it refreshes fine.
has anyone else had the same issue do we know of a fix.