Using SQL Alchemy and pyodbc with IronPython 2.6.1

后端 未结 4 1999
孤城傲影
孤城傲影 2021-01-03 15:45

I\'m using IronPython and the clr module to retrieve SQL Server information via SMO. I\'d like to retrieve/store this data in a SQL Server database using SQL Alchemy, but am

4条回答
  •  無奈伤痛
    2021-01-03 16:28

    adodbapi seems the way to go, but here's a snippet from adodbapi.py that ships with SQL Alchemy under the dialects folder

    """
    The adodbapi dialect is not implemented for 0.6 at this time.
    
    """
    

提交回复
热议问题