2026-02-16 15:12:09 +00:00
2026-02-16 13:57:40 +00:00
2026-02-14 22:51:46 +00:00
2026-02-16 15:12:09 +00:00
2026-02-16 15:12:09 +00:00
2026-02-16 14:37:03 +00:00
2026-02-16 14:37:03 +00:00
2026-02-16 15:12:09 +00:00
2026-02-16 13:55:15 +00:00
2026-02-16 14:05:22 +00:00
2026-02-16 13:55:15 +00:00
2026-02-16 13:55:15 +00:00
2026-02-16 14:15:07 +00:00
2026-02-16 14:37:03 +00:00
2026-02-16 15:12:09 +00:00
2026-02-16 15:12:09 +00:00

README

requirements

python 3.13 or something mssql server install pip install pyodbc

check if odbc 17 (or other version) on windows search for odbc data sources. go to the menu point drivers. There should odbc driver 17 for mssql server or something like that

common pitfalls

always close connections use with statement (preferred) or try -> finally sql injections use parameterized queries poor exception handling log errors, use finally blocks, use tx, use AD

S
Description
No description provided
Readme
50 KiB
Languages
Python 90.8%
TSQL 9.2%