On Thu, 2005-10-13 at 19:48 -0300, Felipe Monteiro de Carvalho wrote: > Luiz Americo wrote: > > See the topic "Applying changes to the underlying datafile" in the > > database/sqlite section of the wiki. > > Thanks a lot ... I must have missed it ... but then the other databases > I worked with (mysql, dbase and ADO) didn´t need this.
I call that: bad design. It's a more advanced feature, so that the programmer keeps control so he can maintain the integrity of the database. DBase is so old, that it doesn't care. Mysql can work this way, but you don't need to (same holds for sqlite, btw) and ADO is so bad designed, you woudn't even know. > One more thing. Do we really need to have a primary field in order to > save the database??? I am pretty sure this should not be necessary, as > the command line program doesn´t need it. It must be somewere on the API. If you want to do things good, yes. Or you could make your own update- queries, offcourse.... -- 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
