Firebird embedded installation issue: library could not be determined

后端 未结 2 665
心在旅途
心在旅途 2021-01-16 01:56

I\'ve been writing a small Python application that opens a Firebird database.
To achieve this goal I\'m using Firebird embedded 2.5.7.27050, 64 bit.

Although, when

2条回答
  •  孤城傲影
    2021-01-16 02:43

    I use embedded FB from .NET but still, I keep the firebird.msg file in the same folder as the app. And the intl & udf folders are not nested in FBE or some folder. I'd say that you set the folder to FBE and it's looking for the binaries there too. That also seems like what the layout is supposed to look like.

提交回复
热议问题