Subject Re: [firebird-support] Connecting one FDB with more than one application
Author Ann W. Harrison
Abhishek Sharma wrote:
> Is it possible to connect to one FDB with more than one application at
> the same time, if so then how?

The basic Firebird engine is delivered in several different
configurations. One of them, called "embedded", is designed
for use with only one application. The others "classic" and
"superserver" handle local and remote connections from multiple
applications. If you're using embedded, you'll need to change
to a different configuration to share firebird databases between
applications. The various configurations are interchangeable,
and all are open source, free to use by anyone.


Good luck,

Ann