Board index » delphi » Minimalist deployment of Interbase client applications
Ney Andr?de Mello Zunino
![]() Delphi Developer |
Minimalist deployment of Interbase client applications2005-12-21 02:30:43 AM delphi25 Hello. What are the absolute minimum requirements for deploying an Interbase client application on a "clean" (non-development) machine? My application was built on Borland C++ Builder 6.0 and uses only the following components: TIBDatabase, TIBTransaction and TIBQuery. During development, I used a database name with the TCP/IP scheme, like: localhost:D:\Ney\Amplestur\DB\ClienteEspecial.gdb and it worked just fine. However, when I tried running the application from another machine, substituting the IP of the IB server machine for 'localhost', the connection does not complete (setting the TIBDatabase component's Connected property to true fails). I wrote a little installer using NSIS [1] which copies the executable and the gds32.dll to the installation directory. What else am I missing? Thank you very much, -- Ney Andr?de Mello Zunino |