Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: Best way to implement a mechanism to download or obtain configuration settin
| Subject: | Re: Best way to implement a mechanism to download or obtain configuration settin |
| Posted by: | "Ciaran Costelloe" (ccostell..@flogas.ie) |
| Date: | 7 Jun 2006 16:52:21 |
Mark wrote:
>
>
> i want to download some configuration settings to my application
> (basically, all the info to connect to a firebird database, without
> the user needing to worry about the db path, username etc etc, my
> application fills this in automatically)
If you had access to an LDAP server, you could set it up on that and
use Indy's LDAP client to retrieve the info - that is what LDAP is
designed for.
Ciaran
none