Subject | Re: Delphi, embedded FB, can't connect to database |
---|---|
Author | marklauter |
Post date | 2003-09-30T17:46:38Z |
> >Duh.. I'm an idiot. I've got it working now. At least mycompiled
> >file will connect, but its not possible to connect in the delphiof
> >design environment as far as i can tell.
>
> What *is* your "Delphi design environment"? (apart from Delphi,
> course). What db access components are you using to connect? Whydo you
> think its not possible to connect in the IDE, if the compiled appis able
> to connect?I think it is not possible because I can't get it to connect. Maybe
if I put the FB dll in the windows/system folder it would work, but
I have regular FB installed and don't want to mess that up.
> >db because I'm lazy.<g>
>
> Can't work that one out...
> >I'm still confused about this. Even though I can connect, I'dstill
> >like an explaination of 'true local access'loopback
>
> On Windows you have two sorts of local access: TCP/IP local
> (connection string like localhost:d:\mydata\database.fdb)and "true local
> access" which (when running a server) is a hack that connects theclient to
> the server without using the network protocol. It's this latterthat the
> embedded server uses. It can't use tcp/ip local loopback.That's a good explaination. Thanks. :)