Specifying statement delimiter in DB2 Universal JDBC Driver

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rahulj
    New Member
    • Sep 2008
    • 4

    Specifying statement delimiter in DB2 Universal JDBC Driver

    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 ?.
Working...