Page 1 of 1

SmartQuery

Posted: Wed 04 Jan 2006 12:46
by juna
I want to execute the SQLDelete property of SmartQuery component.Please give me some instructions.THNX

Posted: Wed 04 Jan 2006 13:39
by Challenger
If you filled SQLDelete property then you can call Delete method of TSmartQuery to delete current record. If you didn't do this you should specify KeyFields or include RowID column into your SELECT SQL statement.