Lex
Lex

Reputation: 1

Connecting Caché database in Azure function

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

Upvotes: 0

Views: 174

Answers (1)

DAiMor
DAiMor

Reputation: 3205

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

Upvotes: 0

Related Questions