> I attached the modified ibsample, with wich i can detect the problem > on windows box with the latest stable firebird 1.5. > In the sample's dbgrid it looks like all ok, but the changes not affect > to the database. > > I like Delphi and I want to like Lazarus, > some 100% working SQLdb example can help me and some other lazy or just > newby user... > I think...
You have to save the changes, using the applyupdates command. You have to do that in code. For example in the OnClose-method. And don't forget to commit the transaction. If you need an example, look in the sqldb-examples in the fpc-code. (fcl/sqldb/examples/fedittable.pp) or online: http://www.freepascal.org/cgi-bin/viewcvs.cgi/trunk/fcl/db/sqldb/examples/fedittable.pp?rev=1781&view=markup JoJo, Joost. _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
