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
Embedded on OS X?
Re: Embedded on OS X?
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.
In your application, you have to set the TIBCConnection.ClientLibrary property to the path to the Embedded Firebird client library.