Subject | Re: Unable to connect to Firebird database using local connection string |
---|---|
Author | Chau Chee Yang |
Post date | 2009-06-26T15:42:18Z |
> There is a solution to this, however:Yes. Your proposed solution always work. But local connection (not localhost in TCP/IP) is important too. The database operation for local connection is 5 to 6 times faster than local loopback TCP/IP connection.
> Prepend a localhost: to the database path so TCP/IP is used instead of
> local connections.
>
> Like in localhost:C:\Database\Foo.fdb instead of C:\Database\Foo.fdb
Using local connection is a prefer method when dealing with some database maintenance work.