Subject | Re: [firebird-support] single user app |
---|---|
Author | Anderson Farias |
Post date | 2009-07-15T19:32:09Z |
Hi,
It's very fast, you have all the power of a true RDMS and you don't have to
be dealing with tens of flat files which makes things very easy. I use it
for standalone apps and also to implement 'cache' for client-server apps (to
work offline/disconected).
Another good is that if some day your 'standalone' app needs to share it's
data on a network, you just install FB *server* and you're done, you've got
a full client/server app.
Regards,
Anderson Farias
> I haven't seen any performance problems using embedded FB. I have a clientI second that.
> running a system using it and they have no issues at all. I also use it
> for
> some small personal apps since it's much easier to work with than data
> files, even for small things, IMO.
It's very fast, you have all the power of a true RDMS and you don't have to
be dealing with tens of flat files which makes things very easy. I use it
for standalone apps and also to implement 'cache' for client-server apps (to
work offline/disconected).
Another good is that if some day your 'standalone' app needs to share it's
data on a network, you just install FB *server* and you're done, you've got
a full client/server app.
Regards,
Anderson Farias