I know that this question has been already asked and that one of the solutions is to change WireCrypt setting in config file. However, my application has to connect to third party software that is using Firebird 3.0 db thus I do not have the control over db configuration. The question is: Is there any workaround to connect to firebird db (with default wirecrypt setting) from .Net application using Firebird Ado.net provider?
EDIT: Edit with regard to Mark Rotteveel answer. I have tried this approach but I was not able to force the connection to be made via TCP instead I got the error:
Unable to complete network request to host \"xnet://Global\FIREBIRD\".
Connection string generated by the builder:
"server type=Embedded;initial catalog=C:\\foldername\\dbfile.ibb;data source=192.168.0.108;port number=3050;user id=****;password=****;client library=\"C:\\Program Files (x86)\\Firebird\\Firebird_3_0\\fbclient.dll\""