Subject | Re: Fixing Database |
---|---|
Author | salisburyproject |
Post date | 2005-03-14T00:19:40Z |
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:
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.time I use
> > 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
> simple/direct connection strings is with the embedded server. Howdoes this
> second person, to which you refer, connect?
> Alan