Hi,
I am trying to read features from a DB/2 database using an ODBC connection. This is the statement that throws an error;
Â
Database Generated Error Information:
Database Error Message: >IBM]bSystem i Access ODBC Driver]SDB2 for i5/OS]SQL0104 - Token ] is ongeldig. Geldige tokens: ( NEW FINAL TABLE UNNEST LATERAL XMLTABLE JSON_TABLE <IDENTIFIER>.
Database SQL Statement Text: SELECT * FROM .BZSAART00] WHERE 1=0
Â
The problem seems to be with the e ] around the table name. When I use an SQL executor without the ] it works just fine However since the attributes might differ (I want to loop thru 27 tables to read it's content) using an sqlexecutor is not an option since the attributes to expose will differ per table.
Â
Anyone knows a way to get the featurereader to use the right syntax? Is this a bug?
Â
Regards,
Alex
Â
Â
Â
Â