Subject Re: Firebirds IB Desktop equivalent
Author hwhir
--- In firebird-support@yahoogroups.com, "Simon Carter"
<simon.carter@t...> wrote:
>
> > -----Original Message-----
> > I'm looking at moving my existing application to Firebird.
> > We are using a windows platform. I have installed the
> > Firebird superserver and on a client I have installed the
> > client only. But what I'm looking for is the IB Desktop
> > version of Firebird.
> >
> > I need to have one database program run locally on a desktop
> > computer, while another program will remotely connect to a
> > database on the superserver. However this desktop will not
> > need for other users to remotely connect to it.
> >
> > Does firebird offer a similar desktop application like IB?
>
> There is no real equivalent to the desktop edition of IB, the desktop
> edition is the same as Superserver but restricted to localhost with
only a
> few simultaneous users (or there abouts), you can simply install FB
on your
> development pc. If you want to ensure no other computers on your
network
> can access FB on your pc, you can either block port 3050 at the
firewall or
> lock FB to localhost (127.0.0.1) using firebird.conf. Alternatively you
> could look at using the embedded version of FB on your dev pc.
>
> Rgds
>
> Si Carter
> TECT Software Ltd
> http://www.tectsoft.net/
Do you know what the simulateous user connections are limited on the
embedded local and on the superserver? One of our main reasons we are
considering Firebird was to help decrease the cost of purchasing
simultaneous user liceneses from IB.

Thanks