Re: [delphi-br] Iniciante - Inserir data em branco no banco de dadospostgres. {SOLUCIONADO!!!!!}

2007-06-21 Por tôpico Jumper
voce também pode usar o clear assim: if frmCliente.editData.text = '' then qryInsere.ParamByName('pdata').clear; Em 20/06/07, [EMAIL PROTECTED] [EMAIL PROTECTED] escreveu: Colegas Acabei descobrindo na tentativa, assim funciona: if frmCliente.editData.text = '' then

Re: [delphi-br] Iniciante - Inserir data em branco no banco de dadospostgres. {SOLUCIONADO!!!!!}

2007-06-20 Por tôpico tiano27
Colegas Acabei descobrindo na tentativa, assim funciona: if frmCliente.editData.text = '' then qryInsere.ParamByName('pdata').value := null; Obrigado pelas varias dicas, porem nenhuma delas funcionou, somente como passei acima. []´s - Original Message - From: Régis Bender