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

2019-05-01 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 30-4-2019 23:51, Robert martin r...@chreos.com [firebird-support] wrote: > I haven't been following the thread, so this may be totally of track > but, Embedded only supports one connection.  If you try to connect a > second instance you get the database unavailable error message you are > see

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

2019-04-30 Thread Robert martin r...@chreos.com [firebird-support]
Hi Chris I haven't been following the thread, so this may be totally of track but, Embedded only supports one connection.  If you try to connect a second instance you get the database unavailable error message you are seeing.  Is it simply that you have something else (your app or a DB tool?)

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

2019-04-29 Thread 'Chris LeFebvre' lefebv...@comcast.net [firebird-support]
Eric: Thanks for your help, the example went a long way to getting my problem fixed. These are the steps I took and the results: I saved your programs files to a unique directory, created a new empty project and added your .pas file to the project; added the 64bit platform to the project an

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

2019-04-27 Thread Eric Guéguiniat eric.gueguin...@gmail.com [firebird-support]
Hi, I made a demo just to connect an fb embedded DB Compile it and run it where you have intalled firebird files (change file path) If you can't connect DB with this, I will give you the exe file And if it works only with my exe,, then the problem comes from DXE10.3.1 Eric [Non-text portions

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

2019-04-27 Thread 'Chris LeFebvre' lefebv...@comcast.net [firebird-support]
Helen Borrie: I can't connect within the IDE or outside the IDE with the IDE closed and I don't have the database file open in any management software and I've verified that no other software has the database open / locked using Process Explorer. Regarding bitness, still not sure because I

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

2019-04-26 Thread Helen Borrie hele...@tpg.com.au [firebird-support]
Chris LeFebvre wrote: > One thing, my application is 64bit and I do have the 64bit > fbclient.dll in the Debug / application so can you connect to an > embedded database at design time by checking the Connected property > of the TFDConnection component? I remember reading somewhere that > during d

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

2019-04-26 Thread eric.gueguin...@gmail.com [firebird-support]
I compiled my program in WIN64 and connected DB ..\examples\empbuild\EMPLOYEE.FDB with FB3 embedded x64, but I used Delphi XE10.2.3 ... To have the exactly your error “[FireDAC]{Phys][FB]unavailable database” I must set : FDConnection.Params.Database := ''; Have you sure that property Da

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

2019-04-26 Thread liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
If i see good on my phone you have engine12.dll in the same dir as exe but it should be in plugins. Are you sure that did you copied whole structure from zip kit?Regards,Karol Bieniaszewski null

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

2019-04-26 Thread eric.gueguin...@gmail.com [firebird-support]
Hi, No problem for me to connect FB3 (32 bit) embedded with DXE10.2.3 compiled 32bits Your application works in 32 bit version ? Eric

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

2019-04-26 Thread 'Chris LeFebvre' lefebv...@comcast.net [firebird-support]
Liviuslivius: As per Frank Schlottmann's response: "Your application directory should contain the following Firebird directories lib intl plugins and the following files: fbclient.dll firebird.msg ibutil.dll icudt63.dll icudt63l.dat icuin63.dll icuuc63.dll" But as he mention

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

2019-04-24 Thread Frank Schlottmann-Gödde fr...@schlottmann-goedde.de [firebird-support]
Am 24.04.19 um 15:52 schrieb 'Chris LeFebvre' lefebv...@comcast.net [firebird-support]: I’ve gone over the three responses by liviuslivius, Dimitry Sibiryakov and Frank_Schlottmann-G=c3=b6dde. I must have misunderstood something in the documentation so I switched the VendorLib in the TFDPhy

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

2019-04-24 Thread liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
Hiare you sure that you have all files in the same dir as your executable? Also are you sure that database is not opened in e.g. IDE in design time or some tool? Try rename its file and run executable from directory not from IDE.And put whole error message here.Regards,Karol Bieniaszewski null

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

2019-04-24 Thread 'Chris LeFebvre' lefebv...@comcast.net [firebird-support]
I've gone over the three responses by liviuslivius, Dimitry Sibiryakov and Frank_Schlottmann-G=c3=b6dde. I must have misunderstood something in the documentation so I switched the VendorLib in the TFDPhysFBDriverLink back to fbclient.dll. Liviuslivius: In FDConnection1 settings are the sam