Subject Re: [firebird-support] embedded for Apple OS X?
Author Helen Borrie
At 09:14 AM 12/12/2004 +0000, you wrote:


>I am looking at getting an Apple and as I have done an app using the
>embedded version on WinXP I would like to move it over.
>
>Are there any plans to have an "embedded" type version for the Apple OS X?

No, there is no way to implement it on ***x. But you could use the
Classic server directly, i.e. in non-networked mode, and its local client
library (libfbembed.so) if you want to do something similar, i.e. a local
application with a small footprint and its own server process connecting
directly to a database.

./heLen