ORA-24333: zero iteration count

Forum related to Firebird

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
elidorio2
Expert Boarder
Expert Boarder
Posts: 159
Joined: 20.08.2006, 05:37
Location: Tapejara -Pr
Contact:

ORA-24333: zero iteration count

Post 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
gto
Zeos Dev Team
Zeos Dev Team
Posts: 278
Joined: 11.11.2005, 18:35
Location: Porto Alegre / Brasil

Post 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
Use the FU!!!!!IN Google !

gto's Zeos Quick Start Guide

Te Amo Taís!
Post Reply