> 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. This has to be developed further, it should also be possible that the programmer provides the an update, delete statement and such. But that is not implemented yet. -- Met vriendelijke groeten, Joost van der Sluis CNOC Informatiesystemen en Netwerken http://www.cnoc.nl _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
