Subject | Re: [firebird-support] deploy Windows Application to access Firebird database |
---|---|
Author | Stefan Heymann |
Post date | 2016-08-23T14:40:42Z |
> What's required for the Windows app to access a remote Firebird database ?The absolute minimum you need is the fbclient.dll (same 32/64-bitness
> The minimal installation
as your application). I put it in the same folder as my application's
.exe file so it can be found easily.
My customers can start the application from a share's UNC path without
installing anything (DB driver, Aliases etc.) on the local client
machine. All they need is the link to that UNC path.
Regards
Stefan