A doubt with delphi 7 and oracle xe

Discusions not-related to our Components

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
thiagofmam
Fresh Boarder
Fresh Boarder
Posts: 3
Joined: 01.11.2008, 18:47

A doubt with delphi 7 and oracle xe

Post by thiagofmam »

Hello people,

I am try use oracle with zeos in Delphi 7 but i'm have problem with insert.

I add one zquery, zupdatesql. To modify and delete no problem. But when i try insert one register happen the erro: Ora-00923.

My insert code is:

INSERT INTO CLIENTE
(cli_cod,cli_nome,cli_cpf,cli_logradouro,cli_endereco,cli_numero,
cli_bairro,cli_complemento,cli_cep,cli_telefone,cli_celular,
cli_outros_contato,cli_data_cadastro,cli_ultima_compra,
cid_cod,pla_cli_chave)
VALUES (:cli_cod,:cli_nome,:cli_cpf,:cli_logradouro,:cli_endereco,
:cli_numero,:cli_bairro,:cli_complemento,:cli_cep,:cli_telefone,
:cli_celular,:cli_outros_contato,:cli_data_cadastro,
:cli_ultima_compra,:cid_cod,:pla_cli_chave);


Somebody can me help ?
Thank you and sorry my english
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Image
Post Reply