Subject | RE: [firebird-support] Re: Confussion over passwords: Tells me my user name and password are not define |
---|---|
Author | Alan McDonald |
Post date | 2009-09-11T12:18:03Z |
> Hmmm.. the way I understood it is that when a database is connected tothe embedded engine is the client and server in one. You don't use different
> using the firebird embedded driver, that database becomes locked to
> just 1 user - so 2 users cannot connect concurrently. That is not a
> problem for the LOCAL DB, but is a major problem for the remote DB.
> Okay, so all we need to do is use the normal driver to connect to the
'drivers' just use the embedded client for both local and remote access.
> remote DB, and the embedded to connect to the Local DB. So we wouldAlan
> have to put both drivers in the same folder, under different names? and
> then tell our software to connect using a specific driver. Does this
> sound correct?
>