Python to Iron Python to SQL Server (Matt McGraw)

Опубликовано: 02 Октябрь 2024
на канале: PyCon Canada
1,876
20

Working with Python in a Windows environment can present some unorthodox challenges. In one such challenge we'll explore one solution for cases when you want to communicate with a SQL Server database and cannot use pyodbc. The solution demonstrates how to create a small library in Iron Python which can take advantage of the .NET CLR that is responsible for communicating with SQL Server.