G
Guest
Hi,
I created a DSN (ODBC) to connect to a database in IBM DB2. I wanted to
create a dataset for 'Select' Statement by wizard.
When I add a query variable @strGeoID in 'where' statement - where
(PRODDTA.F1755.ZAURRF = @strGeoID), I got the error message:
-----------------------------
Generated SELECT statement.
Error in list of function arguments: '@' not recognized.
Unable to parse query text.
-----------------------------
Does anybody can tell me how to solve the problem?
Thanks !
I created a DSN (ODBC) to connect to a database in IBM DB2. I wanted to
create a dataset for 'Select' Statement by wizard.
When I add a query variable @strGeoID in 'where' statement - where
(PRODDTA.F1755.ZAURRF = @strGeoID), I got the error message:
-----------------------------
Generated SELECT statement.
Error in list of function arguments: '@' not recognized.
Unable to parse query text.
-----------------------------
Does anybody can tell me how to solve the problem?
Thanks !