SQLAlchemy with Firebird 5.0 #71
Unanswered
RoberttWallker
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! Why can I connect with FirebirHow can I connect SQLAlchemy with Firebird 5.0?
I am using the following way to return a connection object:
def firebird_connection():
but I have the following error:
Exception ignored in: <function Connection.del at 0x0000016894EBB740>
Traceback (most recent call last):
File "C:\Users\sql server 1\Desktop\PROJETO_PORTIFOLIO\projeto_apisavwin\projetoapisavwin\Lib\site-packages\firebird\driver\core.py", line 1662, in del
self._att.detach()
File "C:\Users\sql server 1\Desktop\PROJETO_PORTIFOLIO\projeto_apisavwin\projetoapisavwin\Lib\site-packages\firebird\driver\interfaces.py", line 1231, in detach
self.vtable.detach(self, self.status)
OSError: exception: access violation writing 0x0000000000000024
Beta Was this translation helpful? Give feedback.
All reactions