Re: [fpc-pascal] 3-tier database applications with FPC

2011-11-08 Thread Graeme Geldenhuys
On 8 November 2011 12:29, Carlo Kok wrote: > > I know it's a bit late, only just noticed this thread, but we support FPC > with DA and RO too. www.remobjects.com/da > Thanks for pointing out another alternative. I'll go ahead and read about DA now. For my immediate needs, I am abstracting and im

Re: [fpc-pascal] 3-tier database applications with FPC

2011-11-08 Thread Carlo Kok
On 19/10/2011 11:10, Graeme Geldenhuys wrote: Hi, Just over 3 years ago I asked about FPC support for creating 3-tier database applications. The answer was basically: it's not possible (unless you roll your own Midas / Datasnap code). TClientDataset also missed some vital features, and the stat

Re: [fpc-pascal] 3-tier database applications with FPC

2011-10-19 Thread ABorka
On 10/19/2011 07:05, Leonardo M. Ramé wrote: > - Original Message - <...snip...> >>> I created a FastCGI based server that handles JSON requests from a >>> Win32/Linux GUI app, that uses a custom made ORM similar to tiOPF and it >>> works really fast, even on slow-long distance netw

Re: [fpc-pascal] 3-tier database applications with FPC

2011-10-19 Thread Leonardo M . Ramé
- Original Message - > From: "michael.vancann...@wisa.be" > To: Leonardo M. Ramé ; FPC-Pascal users discussions > > Cc: > Sent: Wednesday, October 19, 2011 11:03 AM > Subject: Re: [fpc-pascal] 3-tier database applications with FPC > > > > On

Re: [fpc-pascal] 3-tier database applications with FPC

2011-10-19 Thread michael . vancanneyt
On Wed, 19 Oct 2011, Leonardo M. Ramé wrote: From: Graeme Geldenhuys To: FPC-Pascal users discussions Sent: Wednesday, October 19, 2011 8:25 AM Subject: Re: [fpc-pascal] 3-tier database applications with FPC On 2011-10-19 11:36, michael.vancann...@wisa.be

Re: [fpc-pascal] 3-tier database applications with FPC

2011-10-19 Thread Leonardo M . Ramé
> >From: Graeme Geldenhuys >To: FPC-Pascal users discussions >Sent: Wednesday, October 19, 2011 8:25 AM >Subject: Re: [fpc-pascal] 3-tier database applications with FPC > >On 2011-10-19 11:36, michael.vancann...@wisa.be wrote: >> &

Re: [fpc-pascal] 3-tier database applications with FPC

2011-10-19 Thread Graeme Geldenhuys
On 2011-10-19 13:34, michael.vancann...@wisa.be wrote: > factor 6 when switching from XML to binary messaging. Not using HTTP but a > self-made TCP/IP protocol gets you another factor. Are both the binary message format and self-made TCP/IP protocol publicly available? Maybe that might be worth im

Re: [fpc-pascal] 3-tier database applications with FPC

2011-10-19 Thread michael . vancanneyt
On Wed, 19 Oct 2011, Graeme Geldenhuys wrote: On 2011-10-19 11:23, Marco van de Voort wrote: - kbmMW http://components4developers.com/ the author was on the Lazarus day in 2010. Strange, nowhere on the kbmMW website do I see any mention of Free Pascal Compiler or Lazarus IDE support.

Re: [fpc-pascal] 3-tier database applications with FPC

2011-10-19 Thread michael . vancanneyt
On Wed, 19 Oct 2011, Graeme Geldenhuys wrote: On 2011-10-19 11:36, michael.vancann...@wisa.be wrote: Out of the box: no. OK, thanks. Do you know if TClientDataset has improved at all? Midas is written in C++, so that's not going to happen. I didn't know that. OTOH the web-developme

Re: [fpc-pascal] 3-tier database applications with FPC

2011-10-19 Thread Graeme Geldenhuys
On 2011-10-19 11:23, Marco van de Voort wrote: > > - kbmMW http://components4developers.com/ > the author was on the Lazarus day in 2010. Strange, nowhere on the kbmMW website do I see any mention of Free Pascal Compiler or Lazarus IDE support. http://www.components4programmers.com/products

Re: [fpc-pascal] 3-tier database applications with FPC

2011-10-19 Thread Graeme Geldenhuys
On 2011-10-19 11:36, michael.vancann...@wisa.be wrote: > > Out of the box: no. OK, thanks. Do you know if TClientDataset has improved at all? > Midas is written in C++, so that's not going to happen. I didn't know that. > OTOH the web-development part has resulted in a ready-to-use packet tr

Re: [fpc-pascal] 3-tier database applications with FPC

2011-10-19 Thread Graeme Geldenhuys
On 2011-10-19 11:23, Marco van de Voort wrote: > > - kbmMW http://components4developers.com/ > the author was on the Lazarus day in 2010. Thanks, I'll take a look. > I take 3-tier above as a general framework for 3-tier, not necessarily a > Datasnap compatible layer. Correct, it doesn't nee

Re: [fpc-pascal] 3-tier database applications with FPC

2011-10-19 Thread michael . vancanneyt
On Wed, 19 Oct 2011, Graeme Geldenhuys wrote: Hi, Just over 3 years ago I asked about FPC support for creating 3-tier database applications. The answer was basically: it's not possible (unless you roll your own Midas / Datasnap code). TClientDataset also missed some vital features, and the s

Re: [fpc-pascal] 3-tier database applications with FPC

2011-10-19 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: > Just over 3 years ago I asked about FPC support for creating 3-tier > database applications. The answer was basically: it's not possible > (unless you roll your own Midas / Datasnap code). - kbmMW http://components4developers.com/ the author wa

[fpc-pascal] 3-tier database applications with FPC

2011-10-19 Thread Graeme Geldenhuys
Hi, Just over 3 years ago I asked about FPC support for creating 3-tier database applications. The answer was basically: it's not possible (unless you roll your own Midas / Datasnap code). TClientDataset also missed some vital features, and the state of WebServices was also not complete. Here is