Hello Andreas,
I have tried to follow on your instructions but unfortunately I get an exception being thrown when trying to connect to the database. Here is an error message displayed:
My database profile matches yours:
Here is DatabaseConnection Syntax:
// Profile FirebirdTest
SQLCA.DBMS = "ADO.Net"
SQLCA.LogPass = <*********>
SQLCA.LogId = "SYSDBA"
SQLCA.AutoCommit = False
SQLCA.DBParm = "Namespace='FirebirdSql.Data.FirebirdClient',PROVIDERSTRING='Database=C:\\Temp\\EMPLOYEE.FDB;DataSource=localhost;Port=3050;',Database='EMPLOYEE'"
I use PB.Net 12.5.2/5006, Firebird 2.5.2.26540_0_x64 and have installed FirebirdClient NETProvider-4.0.0.0.msi. The same error message gets displayed in Classic as well. Just for test I have set up an SQLAnywhere database and managed to connect using ADO.Net.
Do you have any idea what might have gone wrong? Thank you in advance!