Some of the queries, in our application, have trailing semicolon which works fine when the application uses DB2 CLI Native Driver. But when the driver is changed to DB2 Type 4 Universal Driver an error is thrown by the driver due to trailing semicolon (i.e removing the semicolon resolves the issue).
The question is that what is the way to specify the statement delimiter for DB2 Universal Type 4 driver, failing which the above error is coming up ?.