plugins.rawSQL.getException()

Is there a way on how to get what type is the exception? e.g. duplicate key violation, not null, data type constraint, etc?

That is completely depending on the database uses, you just have to analyze the message of that exception.

jcompagner:
That is completely depending on the database uses, you just have to analyze the message of that exception.

I see. Is there a way to update the servoy sequence after a series of insert sql using rawSQL plugin?

Rogel,

You can update Servoy Sequences from the admin page.
There is no programming API.

Rob