SmartQuery

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
juna

SmartQuery

Post by juna » Wed 04 Jan 2006 12:46

I want to execute the SQLDelete property of SmartQuery component.Please give me some instructions.THNX

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 04 Jan 2006 13:39

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.

Post Reply