On Thu, 2006-10-19 at 00:02 +0200, Michael Van Canneyt wrote:
> 
> On Wed, 18 Oct 2006, Terry A Haimann wrote:
> 
> > My real question is how do you execute in the sql in these fields?  Is
> > there some sort of hook, like maybe from the dbnavigator?
> 
> They are used automatically when you execute the dataset's Delete and 
> Post methods ?

Not exactly. On a call to .delete or .post the changes are stored in an
update-buffer. If ApplyUpdates is called, it executes the appropiate
queries. First it tries the provided queries, if there aren't any
queries provided, it tries to use the ones which are generated by the
sql-parser, based on the select-statement.

Joost.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to