On 29/10/2024 15:33, Steve Naidamast wrote:
> Thank you, Mark, for your reply...
>
> I didn't notice it when I posted my query but I put up the wrong sample
> connection string... My apologies...
>
> This is the connection-string that I should have posted... (This
> connection string with Firebird 2.5 works with the 2.5 database file and
> the correct fbclient.dll, which is in the application's root directory.)
>
> User=SYSDBA;Password=masterkey;DataSource=localhost;Database=C:
> \Databases\Firebird\Databases\4.0.5 Databases
> x64\MS_WORKBENCH.FDB;ServerType=1;Client Library=fbclient.dll;
>
> However, the above connection string does not work with the Firebird
> 4.0.5 client\
ADO.NET provider. Yet, when the file path is removed and I
> access the database file in the application's root directory
> using the connection string below, everything works as expected...
>
>
> User=SYSDBA;Password=masterkey;DataSource=localhost;Database=MS_WORKBENCH.FDB;ServerType=1;Client Library=fbclient.dll;
>
> This is why I have asked if something has changed in the
ADO.NET
> provider. However, that may have been the wrong question, as you
> suggest, in that it has more to do with the fbclient.dll...
>
> I did however, research the the 4.0.5 Release Notes and the User Guide
> on this matter but did not find anything that related to this issue.
>
> Any clarification you could provide would be very much appreciated.