i am using qq for a sql statement and the sql contains the table name as variable and this sql is used to insert german umlauts. My problem is when running sql using qq with table name as variable it is inserting a junk value in DB2 dabase. however when i use the table name instead of variable in the sql it is prinitng correctly.
help required...