> What's required for the Windows app to access a remote Firebird database ? > The minimal installation
The absolute minimum you need is the fbclient.dll (same 32/64-bitness 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
