Subject | Re: [firebird-support] Can't get Firbird 3.x embedded to work in Delphi 10.3 update 1? |
---|---|
Author | liviuslivius |
Post date | 2019-04-23T13:12:35Z |
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=True/False does not change anything for me).
i have in config
Providers = Engine12
AuthServer = Srp
AuthClient = Srp, Legacy_Auth
UserManager = Srp
Remember also about bitness 32/64 and that Firebird files should be in the same dir as your exe with folder structure e.g /providers and /udf if you use
regards,
Karol Bieniaszewski