Re: [fpc-pascal] embedded database

2006-11-25 Thread Marc Santhoff
Am Samstag, den 25.11.2006, 22:56 -0200 schrieb Felipe Monteiro de Carvalho: > On 11/25/06, Marc Santhoff <[EMAIL PROTECTED]> wrote: > > The only task is to read and write two tables (for now), so in principle > > dbase would be nice. But since the program has to become localized to at > > least th

Re: [fpc-pascal] embedded database

2006-11-25 Thread Felipe Monteiro de Carvalho
On 11/25/06, Marc Santhoff <[EMAIL PROTECTED]> wrote: The only task is to read and write two tables (for now), so in principle dbase would be nice. But since the program has to become localized to at least three or four languages using special chars I'm not really sure that it would fit. Why wo

Re: [fpc-pascal] embedded database

2006-11-25 Thread Marc Santhoff
Am Samstag, den 25.11.2006, 22:56 +0200 schrieb Graeme Geldenhuys: > Not sure about Firebird RDBMS. I haven't used it as an embedded > database, but I know it supports it. Also not sure about small > devices? What is that, like PDA's? Sort of, it'll run on a small board having a Geode-CPU (266MH

Re: [fpc-pascal] embedded database

2006-11-25 Thread Graeme Geldenhuys
Not sure about Firebird RDBMS. I haven't used it as an embedded database, but I know it supports it. Also not sure about small devices? What is that, like PDA's? Anyway, I am sure Google will can tell you more about possibly using Firebird or not. Graeme. On 11/25/06, Marc Santhoff <[EMAIL PR

Re:: Looking for a ssl http client [fpc-pascal] [HTTPS]

2006-11-25 Thread Eugene Mayevski
Hello! You (TOUZEAU DAVID [mailto:[EMAIL PROTECTED]) wrote about "Re: [HTTPS]: Looking for a ssl http client [fpc-pascal]" on 11/25/2006 at 20:49: TD> Hum Thanks for the information but i'm developping an Open Source TD> application... This module is not free version... 5 655$ is a little bit SSL

Re: [HTTPS]: Looking for a ssl http client [fpc-pascal]

2006-11-25 Thread Lukas Gebauer
> Hum Thanks for the information but i'm developping an Open Source > application... This module is not free version... 5 655$ is a little bit > expensive for me :=) Again, why you not using Synapse? THTTPsend knows 'https' based URLs without any problems. And you can use your favourite SSL im

Re: [HTTPS]: Looking for a ssl http client [fpc-pascal]

2006-11-25 Thread TOUZEAU DAVID
Hum Thanks for the information but i'm developping an Open Source application... This module is not free version... 5 655$ is a little bit expensive for me :=) Eugene Mayevski a écrit : Hello! You (TOUZEAU DAVID [mailto:[EMAIL PROTECTED]) wrote about "[fpc-pascal] [HTTPS]: Looking for a ssl ht

[fpc-pascal] embedded database

2006-11-25 Thread Marc Santhoff
Hi, I'm searching for an embeddable database for small devices to use with fpc. It should be - fast - small in code size (loading takes long) - usable for different languages - statically linkable I'd use DBase if I could rule out potential problems (no utf8 or the like). Can someone speak up o

Re: [fpc-pascal] [HTTPS]: Looking for a ssl http client

2006-11-25 Thread Michael Van Canneyt
On Sat, 25 Nov 2006, TOUZEAU DAVID wrote: > Dear > > I'm searching examples that help me to implement on a linux system an HTTP > client that supporting SSL HTTPS in order to post, get and downloading files > with or without proxy support... > A kind of functions > in the same way of synalist

Re: [HTTPS]: Looking for a ssl http client [fpc-pascal]

2006-11-25 Thread Eugene Mayevski
Hello! You (TOUZEAU DAVID [mailto:[EMAIL PROTECTED]) wrote about "[fpc-pascal] [HTTPS]: Looking for a ssl http client" on 11/25/2006 at 05:09: TD> I'm searching examples that help me to implement on a linux system an TD> HTTP client that supporting SSL HTTPS in order to post, get and TD> downloadi