Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import pypyodbc
  2.  
  3. connection = pypyodbc.connect("DRIVER = {SQL Server}; Server = servername;Trusted_Connection = Yes")
  4. connection.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement