Firebird connection on a local database impossible within a Python script
问题 I can connect to my Firebird database using Firebird ISQL Tool (Firebird 3.0.4) with the following command: connect "C:\Documents\database.db" user 'USER' password 'PASSWORD'; When I want to do it in a Python script (Python v3.7.7 on a Windows10 64 bits), in a virtual environment including fdb v2.0.1 or even firebirdsql v1.1.3, I can't and I systematically get an error. import fdb con = fdb.connect(database="C:\Documents\database.db", user='USER' password='PASSWORD'') DatabaseError: ('Error