Python - odbc

Card Puncher Data Processing

pyodbc

import pyodbc
conn = pyodbc.connect('DSN=dsnName;UID=username;PWD=password')
print conn

If there's no exception throw out, the connection is succesful:

<pyodbc.Connection object at 0x155fd98>







Share this page:
Follow us:
Task Runner