On Thu, 2005-12-15 at 19:19 +0700, Andi Wangsadijaya wrote: > Is there components for firebird which can display and edit directly > in the DBGrid or something else, like TDataset in Delphi? > > I've tried JV UIB, Fblib, Interbase, SQLDB but none of these > components can act like Delphi's TDataset (in IBX pallete).
When you are using SQLDB, set ReadOnly to false. If you then use a 'simple' query like 'select * from table' then it should wordk. (fpc 2.0.2 and above) -- 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
