Subject Re: Delphi, embedded FB, can't connect to database
Author marklauter
> 2. I can't connect to my db no matter what I try to name the db.
> c:\data\mydb.gdb doesn't work. I get "unavailable database".
> /c:/data/mydb.gdb doesn't work. I get bla bla "Connection
actively
> refused by server."

Duh.. I'm an idiot. I've got it working now. At least my compiled
file will connect, but its not possible to connect in the delphi
design environment as far as i can tell. That's fine with me since
I only wanted to connect at design time as a test for the embedded
db because I'm lazy.

> 1. The documentation says:
> 2.2. Database access
>
> Only true local access is allowed. The embedded server
> doesn't have any support for remote protocols, so even
> access via "localhost" won't work.
>
> I have no idea what "true local access" is supposed to mean.

I'm still confused about this. Even though I can connect, I'd still
like an explaination of 'true local access'

Thanks