Re: [fpc-devel] Adding a unidirectional dataset to sqldb

2006-10-04 Thread Michael Van Canneyt
On Thu, 5 Oct 2006, Joost van der Sluis wrote: > Hi all, > > I have plans to add an unidirectional dataset/query to sqldb. Thus one > that isn't inherited from TDataset. This to improve performance, for for > example cgi-like programs, in which iterating back and forth through a > database isn'

Re: [fpc-devel] Adding a unidirectional dataset to sqldb

2006-10-04 Thread Martin Schreiber
On Thursday 05 October 2006 00.38, Joost van der Sluis wrote: > Hi all, > > I have plans to add an unidirectional dataset/query to sqldb. Thus one > that isn't inherited from TDataset. This to improve performance, for for > example cgi-like programs, in which iterating back and forth through a > da

Re: [fpc-devel] va(r)_arg vs open array

2006-10-04 Thread Bisma Jayadi
For example: %d/%d/%d (dd/mm/) Hello %s(Mr). %s (Van Der Voot), Thank you for interesting in our %s(product). %s (Marco) we are more then happy to help you and give you additional information about %s (product). You can either call us at the phone number of 1234567890 extension %d (1)

[fpc-devel] Adding a unidirectional dataset to sqldb

2006-10-04 Thread Joost van der Sluis
Hi all, I have plans to add an unidirectional dataset/query to sqldb. Thus one that isn't inherited from TDataset. This to improve performance, for for example cgi-like programs, in which iterating back and forth through a database isn't necessary. But while working on this, I discovered that ver

Re: [fpc-devel] Old sockets stuff and SSockets...

2006-10-04 Thread Michael Van Canneyt
On Wed, 4 Oct 2006, Ales Katona wrote: > I'm currently "about to fix" certain issues with old sockets functions. > > I'm talking about Accept and Connect functions with "Text" parameters. > These are currently only present in win32 sockets and are basicly a > leftover from an old idea gone wron

[fpc-devel] Old sockets stuff and SSockets...

2006-10-04 Thread Ales Katona
I'm currently "about to fix" certain issues with old sockets functions. I'm talking about Accept and Connect functions with "Text" parameters. These are currently only present in win32 sockets and are basicly a leftover from an old idea gone wrong. I want to remove them but if someone feels that

Re: [fpc-devel] TFPList.Pack

2006-10-04 Thread Micha Nelissen
Peter Vreman wrote: Micha Nelissen wrote: Hi, psrc:[EMAIL PROTECTED], is this correct ? Shouldn't it be FList^, since FList is a pointer to an array of pointers ? It is correct. It is the address of the first pointer in the array of pointers. Conceptually, it is wrong. On the implementation

Re: [fpc-devel] TFPList.Pack

2006-10-04 Thread Peter Vreman
> Micha Nelissen wrote: >> Hi, >> >> psrc:[EMAIL PROTECTED], is this correct ? Shouldn't it be FList^, since FList >> is a pointer to an array of pointers ? > > Sorry, fpc 2.1.1, compiler/cclasses.pas. Same story for TFPHashList.Pack > btw. It is correct. It is the address of the first pointer in