Re: [fpc-pascal] n-tier development with Free Pascal

2009-01-24 Thread Graeme Geldenhuys
On Sat, Jan 24, 2009 at 8:38 PM, vmars wrote: > fpGui very cool ! Glad you like it. :-) Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ ___ fpc-

Re: [fpc-pascal] n-tier development with Free Pascal

2009-01-24 Thread vmars
: "Graeme Geldenhuys" To: "FPC-Pascal users discussions" Sent: Saturday, January 24, 2009 1:54 AM Subject: [fpc-pascal] n-tier development with Free Pascal I haven't dabbled into the DB components in FPC and Lazarus much. Does Free Pascal have a TClientDataset? Ha

Re: [fpc-pascal] n-tier development with Free Pascal

2009-01-24 Thread Joost van der Sluis
Op zaterdag 24-01-2009 om 12:47 uur [tijdzone +0100], schreef Michael Van Canneyt: > > On Sat, 24 Jan 2009, Graeme Geldenhuys wrote: > > > I haven't dabbled into the DB components in FPC and Lazarus much. Does > > Free Pascal have a TClientDataset? Has anybody done any 3-tier > > development wit

Re: [fpc-pascal] n-tier development with Free Pascal

2009-01-24 Thread Michael Van Canneyt
On Sat, 24 Jan 2009, Graeme Geldenhuys wrote: > I haven't dabbled into the DB components in FPC and Lazarus much. Does > Free Pascal have a TClientDataset? Has anybody done any 3-tier > development with Free Pascal? There is not. TBufDataset has 95% of all TClientDataset features, but lacks s

[fpc-pascal] n-tier development with Free Pascal

2009-01-23 Thread Graeme Geldenhuys
I haven't dabbled into the DB components in FPC and Lazarus much. Does Free Pascal have a TClientDataset? Has anybody done any 3-tier development with Free Pascal? The last time I did 3-tier development with Delphi 7 was some 5 years ago. I found this link which is a drop in replacement for the D