Good evening all, I’m currently learning Django and have an unusual situation. Being brand new to this, it’s been a challenge, but I have a vendor that uses Progress OpenEdge. I need to build an application that reads from this database and Django seems perfect - except for the OpenEdge connection.
I have the Progress OE drivers installed, and I’ve been using them for many months, and pyodbc works fine. But for some reason, I cannot connect to the DB in django. It seems like django-pyodbc is not supported in Django 5.X.
Is there any way to connect to a Progress OE database or use the unix ODBC drivers already in my environment?