Originally posted by: SystemAdmin
I am trying to use the Database Interface Designer. I have successfully used it to define a connection to my database (using ODBC), and examine table structures from the database. However, after defining some queries (which include variables), when I come to generate a type tree from a defined query I get a pop-up error message stating "The column definitions for the query could not be accessed".
What does this error mean ? The query in question is very simple:
SELECT * FROM EVENT.ADDRESS WHERE CUSTID = #CID2#
If I remove the WHERE clause altogether, then I can successfully generate. The column name in the WHERE clause looks correct ("CUSTID") ... How can I check the column definitions that WTX is aware of for the query ?!
Any assistance you guys can provide would be very much appreciated!
Thanks in advance,
Ben
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender