Hi Johann,
I've debugged ERXSequence.java and found that following statement is causing
problem:
168:con.createStatement().executeQuery(updateStatement);
Since updateStatement does not return any result, it throws exception. I
changed this with following which fixed the issue:
168:con
Hi Farrukh,
what is the SQL that is getting generated?
jw
Am 22.11.2012 um 18:06 schrieb Farrukh Ijaz
:
> Hi Guys,
>
> I've updated my wonder to latest. The application that was running fine all
> of a sudden seems to be broken. I'm getting following exception what getting
> a DatabaseSequ
Hi Guys,
I've updated my wonder to latest. The application that was running fine all of
a sudden seems to be broken. I'm getting following exception what getting a
DatabaseSequence object.
This is the line of the code:
new ERXSequence.DatabaseSequence(editingContext(), "MyModel",
"VisaApplica