Advertisement
Guest User

new(1)

a guest
Jun 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. import pyodbc
  2. cnxn = pyodbc.connect('DRIVER={SQL Server};SERVER=192.168.200.233;DATABASE=rk7.6;UID=sa;PWD=lK3Ain')
  3. cursor = cnxn.cursor()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement