Subject Re: Fixing Database
Author salisburyproject
Clients are not connecting to the DB. Only to the server application,
which is the only one maintaining data. This is because data in the
DB is encrypted.
So, unless someone uses isql or some other tool, in this design there
should be only one connection to the DB.
However, I will change the string to use hostname.
Thanks!

--- In firebird-support@yahoogroups.com, "Alan McDonald" <alan@m...>
wrote:
> > Just replied to a message from Helen.
> > Yes, they are selects, of course. But not selects in the insert
> > statements.
> >
> > I do not use TCP. There is example of the connection string in the
> > previous post. Should I explicitly use TCP? The DB is on the same
> > host and will always be on the same host.
> >
>
> I always use TCP connection syntax. It's a good habit. The only
time I use
> simple/direct connection strings is with the embedded server. How
does this
> second person, to which you refer, connect?
> Alan