Subject Embedded FB version and multi-tier app
Author pavel_menshchikov
Hello All,

Does anybody have an experience of using embedded version of FB 1.5
with multi-tier application?
My idea is to simplify installation procedure for users, so I want to
put client/server parts of the application, the database file and
embedded FB on one computer, and remote clients will connect the
database via the server part of the application (middle-tier) using
DCOM/TCPIP/...:

app client \
app client - app server - embedded FB
app client /

Thus users don't have to specify user/admin password, the database
file path on the server, etc. (there is no necessity in such security
for my application). I wonder how the described structure affects the
application performance, robustness, etc.?

Thanks.