Python interpreter/encoding fix

This commit is contained in:
2023-04-13 15:55:49 +02:00
parent 56b8ab51e6
commit 4acf211e8c
7 changed files with 13 additions and 5 deletions

View File

@ -1,5 +1,9 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import pypyodbc
pypyodbc.lowercase = False
conn = pypyodbc.connect(
r"Driver={Microsoft Access Driver (*.mdb, *.accdb)};" +