Page 1 of 1

ORA-24333: zero iteration count

Posted: 18.05.2008, 06:43
by elidorio2
Olá!
Estou fazendo esse insert usando clientdataset e commandtext esta gerando esse erro abaixo:

//Pedaço do código para insert
sql:=
' insert into hist_equip_depto (cd_equip, dep_anterior, ' +
'dep_atual, dta_alteracao, user_alteracao)' +
' VALUES ' +
'('+ #39+ equip +#39 +','+#39+ velhodep +#39+ ','+#39+ novodep +#39+ ', current_date,' +#39+ usuario +#39 +');'+
' commit; ';
CommandText:= sql;
Open;

Erro do ORACLE:
SQL Error: ORA-24333: zero iteration count

Ps: uso oracle 10g xe e Delphi 2006
--
Edson

Posted: 19.05.2008, 15:41
by gto
Olá elidorio2 !

Para manter o entendimento de todo mundo, tente manter os seus posts em inglês, mesmo que você use um tradutor, assim você terá mais respostas! (To keep the understanding of all, try to keep your posts in english, even if you use a translator, so you can get more answers!)

- - - - - - -

- Your question is about Oracle? Well, you should post at this forum, not in firebird one ;)

- When posting code, use the [ code ] and [ / code ] tags to keep the identation ;)

- Take a look at this links:

http://www-1.ibm.com/support/docview.ws ... 9websphere

http://www.mail-archive.com/oracle-l@fa ... 63522.html

http://www.experts-exchange.com/Databas ... 64434.html