Embedded on OS X?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jbmiller
Posts: 12
Joined: Wed 30 May 2012 21:33

Embedded on OS X?

Post by jbmiller » Tue 26 Jun 2012 18:41

Does anyone know if it is possible to create a firemonkey application with the embedded server using IBDAC? I have an application server that does the work and don't need any access to my database file except through the app server. If my users don't have to actually install Firebird then it makes it a lot easier.

Thanks

ZEuS
Devart Team
Posts: 240
Joined: Thu 05 Apr 2012 07:32

Re: Embedded on OS X?

Post by ZEuS » Wed 27 Jun 2012 11:59

In order to use Embedded Firebird you have to distribute Embedded Firebird framework with your application.
In your application, you have to set the TIBCConnection.ClientLibrary property to the path to the Embedded Firebird client library.

Post Reply