Subject Re: [firebird-support] Using Database in Other Computer
Author Helen Borrie
At 11:26 PM 10/08/2006, you wrote:
>I use firebird-embedded, what should i install other machine to use my
>program.
>I install client, firebird but it didnt ok?
>What should I do use my program that is use firebird embedded?
>Please Help Me

Assuming you are talking about Embedded on Windows --


1. If your question is: how can a client connect directly to your
embedded server from a different computer, the answer is that it can
not. Embedded is designed for single-user use on a stand-alone
computer. (The "single use" can be as the data access layer of an
n-tier system, however - a web application, for example.) To allow
clients to access the database on your computer, you will need a full
server running on your computer.

2. If your question is: how can I deploy my Fb Embedded creation to
another computer, then it should be just a replica of your creation
copied to another machine.

Full details are in the v.1.5.3 release notes, page 80. If they are
not in your Fb Embedded zip kit, you can get them from here:

http://www.firebirdsql.org/index.php?op=files

./heLen