Re: HOW FIND THE DELETED DATA UNDER ADO batch update mode
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 10/24/04
- Previous message: Hans: "Re: Reading large Foxpro tables( with ODBC?)????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Hans: "Re: Reading large Foxpro tables( with ODBC?)????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]