Connecting
To connect to Sage 50 UK, you can use either a DSN or an ODBC connection string. Both of these methods use the connect function.
Connect to a DSN
To connect using a DSN:
cnxn = pyodbc.connect("DSN=CData Sage50UK Sys;User=MyUser;Password=MyPassword")
Provide a Driver Connection String
To connect using an ODBC connection string:
cnxn = pyodbc.connect("DRIVER={CData ODBC Driver for Sage 50 UK};URL=http://localhost:5493/sdata/accounts50/GCRM/{C4C863BE-B098-4A7D-A78B-D7A92B8ADB59};User=Manager;Password=xxxxxx;")