why IBDAC does not work with firebird 2.5 emmbeded version?
Posted: Thu 21 Apr 2011 10:12
Does ibdac support firebird 2.5 embedded version?
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Code: Select all
IBCConnection.ClientLibrary := 'fbembed.dll';
IBCConnection.Server := '';
IBCConnection.Database := 'your_database';
IBCConnection.Username := 'sysdba';
IBCConnection.Password := 'masterkey';
IBCConnection.Connect;