Subject RE: [firebird-support] Re: Confussion over passwords: Tells me my user name and password are not define
Author Alan McDonald
> Hmmm.. the way I understood it is that when a database is connected to
> 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

the embedded engine is the client and server in one. You don't use different
'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 would
> 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?
>

Alan