Is there a chance to add this in the database painter in the connect/information namespace?
Or if there is no chance how to make the connection string 'known' to my application?
Where must I 'place' the DLL, so that PB will find it? Any registration for the DLL needed? And if so: where?
I tried using system.data.odbc but there I run against the timestamp, frequently used in my database and friends are telling me the native DLL is much more reliable and faster...
In my application (migrated...) I tried to put:
sqlca.DBParm = "Namespace='FirebirdSQL.Data.FirebirdClient',DataSource='localhost', 'Database=localhost:C:\\IDBREFRW.FDB'"
thanks!