[firebase-br] Trigger nao Funciona
Antonio Pires
delphi em irati.com.br
Qui Out 28 18:07:49 -03 2004
Tabelas:
Pagar
Documento
Fornecedor
Nome
Data
Valor
Parcelas
Documento
Fornecedor
Data
Parcela
Vcto
Valor
Pgto
VlPago
Triggers:
CREATE TRIGGER "INSEPAGA" FOR "PAGAR"
ACTIVE AFTER INSERT POSITION 0
as
begin
update Parcelas Set Fornecedor = New.Fornecedor
where Documento = New.Documento;
end
CREATE TRIGGER "EDITPAGA" FOR "PAGAR"
ACTIVE AFTER UPDATE POSITION 0
as
begin
update Parcelas Set Fornecedor = New.Fornecedor
where Documento = New.Documento;
end
^
O que estou fazendo de errado ?????
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.784 / Virus Database: 530 - Release Date: 27/10/2004
Mais detalhes sobre a lista de discussão lista