Re: [firebird-support] Can't get Firbird 3.x embedded to work in Delphi 10.3 update 1?

2019-04-23 Thread Frank Schlottmann-Gödde fr...@schlottmann-goedde.de [firebird-support]
Am 23.04.19 um 14:11 schrieb 'Chris LeFebvre' lefebv...@comcast.net [firebird-support]: Vendorlib should be fbclient.dll, it will load engine12.dll from the plugin-directory Your application directory should contain the following Firebird directories lib intl plugins and the following fil

Re: [firebird-support] Can't get Firbird 3.x embedded to work in Delphi 10.3 update 1?

2019-04-23 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
23.04.2019 14:11, 'Chris LeFebvre' lefebv...@comcast.net [firebird-support] wrote: > And it seems like the setup should be that the FireDAC TFDPhysFBDriverLink > should have > “Embedded” set to true (which I do) and “VendorLib” should point to > “engine12.dll” located > in the Firebird/plugins

Re: [firebird-support] Can't get Firbird 3.x embedded to work in Delphi 10.3 update 1?

2019-04-23 Thread liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
Hi   i do not know what was improved in 10.3.1 but connecting to FB3 embeded is simple FDConnection1 params: Database=C:\YourDB\yourdb.FDB CharacterSet=WIN1250 User_Name=sysdba DriverID=FB   also LoginPrompt=False     FDPhysFBDriverLink1 should point to fbclient.dll not engine12 and (Embedded=Tru

[firebird-support] Can't get Firbird 3.x embedded to work in Delphi 10.3 update 1?

2019-04-23 Thread 'Chris LeFebvre' lefebv...@comcast.net [firebird-support]
I use Firebird server Windows server regularly but for a specific application I'm trying to configure and use the Firebird 3.0.4 embedded in the latest version of Delphi. When RAD Studio 10.3.1 was released in the announcement of added and improved features it was mentioned "Improved FireDAC suppor