Connecting Caché database in Azure function

144 Views Asked by At

I'm looking to a way to "simply" access to a Caché database using python (I need to make sql query on this database). I've heard about a python package (Intersys) but I can't find it anymore (having this package would be the most simple way). I've tried using pyodbc connection with the appropriate Caché driver : it works on my machine, however when I try to deploi the function in production (Linux OS), the driver's file is not found. Thank you

1

There are 1 best solutions below

2
DAiMor On

There is only one way, on how to make it work with Python, is using pydobc, and InterSystems driver.