On 3/16/06, Joost van der Sluis <[EMAIL PROTECTED]> wrote:
> > Just a question like this.... are you using a SQLQuery to get your
> > information and display it? If yes, (from Delphi experience), you
> > can't commit like that the changes. In Delphi the programmer required
> > to use another object... a kind of SQLCommit (???) object and define
> > there the required SQL commands to send the updates and other actions.
>
> The SQLQuery component wich comes with SQLDB has that functionality
> internally. If PaseSQL is True, then it tries to create some update-
> queries if ApplyUpdates is called. This can be done using the primary
> key, or bu using all fields in the where part of the update statement.

Nice, I didn't know that. Thanks.

--
Alexandre Leclerc

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

Reply via email to