ODBC Driver for Sage 50 UK

Build 22.0.8462

Connecting

To connect to Sage 50 UK, you can use either a DSN or an ODBC connection string. Both of these methods use the odbcConnect function.

Connect to a DSN

To connect using a DSN:

cnx <- odbcConnect("CData Sage50UK Sys")

Provide a Driver Connection String

To connect using an ODBC connection string:

cnx <- odbcDriverConnect(connection = "DRIVER={CData ODBC Driver for Sage 50 UK};URL=http://localhost:5493/sdata/accounts50/GCRM/{C4C863BE-B098-4A7D-A78B-D7A92B8ADB59};User=Manager;Password=xxxxxx;")

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462