Connect to a SQL Server database using Python 3.3
Note that to run the code you would need to:
- install pypyodbc in Visual Studio - right click Python Env (Python 3.4) in your project explorer and "Install Python Package". Type in pypyodbc and it will install.
- Edit the xml with your SQL Server config details.
- Alter the SQL Statement to suite your DB.
- Run the code.