Subject Is embedded version of the FireBird can handle request from more than one app ?
Author durumdara
Hi !

Is embedded version of the FireBird can handle request from more than
one app ?

I want to create an application. I used SQLite before, but SQLite does
not have high isolation level just like FireBird.

The FireBird can provide cannot changeable snapshot. If other users
modify the database, I cannot see it. That is good.

SQLite don't handle this, if other user use commit, I see it's
modifications... The corruption and insconsistency possible.

So I want to change to FireBird, but I don't want to use FireBird
server, because if in the machine already exists server, I have
problems with usernames/passwords; and outer software (fbinstall)
needed...

The embedding systems have more flexibility, I can use them without
installation...

But I need two applications:
1.) a deamon, who working in the background, and fillup database
2.) reporter, who controll gui, and can reporting.

But if fbembed not handle requests of two applications, I need to use
Firebird Server.

Can anyone help me ?

Thanx for it:
dd