Re: HOW FIND THE DELETED DATA UNDER ADO batch update mode

From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 10/24/04

  • Next message: Brian Bushay TeamB: "Re: ADO and EOleException"
    Date: Sun, 24 Oct 2004 10:48:50 -0500
    
    

    >I want to get the deleted data value and then use sql language for delete
    >data.
    >but the dbgrid show null row and when i wrote
    >'edit1.text:=fields[0].oldvalue'.
    >tell me "run error".
    >How should i DO WITH THIS.

    try
    edit1.text:= ADODataSet1.Recordset.Fields[0].OriginalValue;

    --
    Brian Bushay (TeamB)
    Bbushay@NMPLS.com
    

  • Next message: Brian Bushay TeamB: "Re: ADO and EOleException"