Firebird remote server connection without DLL
Posted: Wed 03 Nov 2021 10:28
We need to deploy an remote Delphi firebird client application without any DLL
Is there a way to do this?
Is there a way to do this?
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Kindly note that IBDAC interact with the server through the client library using a special API. There is no static linking of the client library in IBDAC, so you should either ship the client library with your application or it must be installed on the client computer.