FirebirdSQL / fdb

Firebird Driver for Python
https://www.firebirdsql.org/en/devel-python-driver/
Other
60 stars 26 forks source link

non-ascii characters in database path causes file not found error #112

Closed aarsakian closed 1 year ago

aarsakian commented 1 year ago

I want to extract the contentds of firebird database files, however when the path has Greek characters I get an error the system cannot locate ... with error code -902.

This seems to be related to issue #104, so I tried setting utf8params to True but the error persists. I am on Windows Machine and the library I use has version 2.0.2.

pcisar commented 1 year ago

Hi, if the utf8params=True does not work, then you don't have the required Firebird version. If I'm not mistaken, at least version 2.5 is required.