Skip to content Skip to sidebar Skip to footer

Sql Query Works Fine In Toad , But Not When Placed In Java Code

The following sql query executes fine when ran in TOAD editor and shows results,but does not fail or show results when placed in java code. CREATE TABLE CDRRD.C31820_ADHOCM AS

Solution 1:

It's a create statement, what results do you expect?

Solution 2:

You should check if you commit the transaction after the command is executed.

it would help to see the java code.

Post a Comment for "Sql Query Works Fine In Toad , But Not When Placed In Java Code"