Subject | RE: [ib-support] Localhost ? |
---|---|
Author | Thomas Steinmaurer |
Post date | 2003-05-30T08:13:48Z |
Hi Michael,
Usually you need a TCP/IP connection even for a "local" one
when you have a multi-threaded application or if you want to
connect to your local database via a web-based application
(e.g. through a ISAPI Dll).
HTH,
Thomas.
> Whats the difference between connecting to a local DB with a stringWith the latter you are using a TCP/IP loopback connection.
> lke this:
>
> C:\DB\MyDb.Gdb
>
> and
>
> Localhost:c:\DB\MyDb.Gdb
Usually you need a TCP/IP connection even for a "local" one
when you have a multi-threaded application or if you want to
connect to your local database via a web-based application
(e.g. through a ISAPI Dll).
HTH,
Thomas.