by "Shakespeare" <whatsin@[EMAIL PROTECTED]
>
Mar 7, 2008 at 02:16 PM
<Bumsys@[EMAIL PROTECTED]
> schreef in bericht
news:5c0cd8b2-7001-4214-825d-597ee4280aa9@[EMAIL PROTECTED]
> create or replace trigger trg_i_au_clients
> before insert on au_clients for each row
> begin
> select au_clients_seq.nextval into :new.id from dual;
> end;
>
> I have error "java.lang.IllegalArgumentException: No SQL selected for
> execution.Position: 0".
> Why can it be? Please help.
From which (appearantly java)tool do you run this statement?
I think Frank may be right....
Shakespeare