About this software
Python Connector for SQL Server is a Windows-compatible driver that enables Python applications to connect to Microsoft SQL Server databases from native Python code. It supports executing queries, transactions, and invoking stored procedures, suitable for developers and IT teams integrating SQL Server with Python applications.
This listing is for a single-user Windows license with two-year maintenance and priority support included.
Purchase
Devart Python Connector for SQL Server
In Stock
Delivery: 1 working day
Loading...
€331.26
Free and without obligation
Do you need more information or looking for another license?
Benefits
- Direct SQL Server connectivity: Connect Python code directly to Microsoft SQL Server on Windows systems.
- Query and transaction support: Execute parameterized queries and manage transactions from Python applications.
- Stored procedure access: Call server-side stored procedures and handle result sets in Python.
- Windows-focused license: This edition is delivered and supported for Windows deployment.
- Maintenance and priority support: Includes two-year maintenance and priority support as part of the license.
Available languages
- English
Support information
- Priority support included: Priority support is included under this license according to Devart's support terms.
- Maintenance updates: Two-year maintenance provides updates and bug fixes during the maintenance period.
- Documentation access: Access to product documentation and examples is provided via Devart online docs.
- Installation guidance: Guides and installation instructions are provided in the documentation.
- License delivery: License key and activation details are provided after purchase.
Frequently asked questions
What does Devart Python Connector for SQL Server do?
It provides Python applications with a database driver to connect to Microsoft SQL Server, execute SQL queries, manage transactions, and retrieve results through a familiar DB-API interface.
Does the connector implement the Python DB-API specification?
Yes; it exposes a DB-API compatible interface for standard operations such as connections, cursors, query execution, and transaction control.
How are database connections configured?
Connections are configured via connection strings or parameter lists specifying server, database, authentication method, and credentials when establishing a session.
Does it support transactions and parameterized queries?
Yes; it supports explicit transactions and parameterized queries to ensure atomic operations and reduce risk of SQL injection.