Skip to Content

Sage 100

Sage 100 connector connects to Sage via:

  • BOI API - allows to both read and update data
  • Connecting to the underlying SQL Server if your version of Sage 100 uses SQL server to store data - allows reading data in SQL

BOI-based connector

BOI is Sage 100 API that is based on Microsoft COM interface. Thus it cannot be accessed from Java in which InfoLink is implement. To overcome this, we implemented REST API in C# (that can call COM interface) on top of BOI API. To use the REST API, install InfoLink.NET and then clone Sage100_HTTP source from the Connectors application. The application contains examples of how to create sales order and customer in Sage 100.

Connecting to SQL Server used by Sage 100

To connect to SQL Server in which Sage 100 stores its data, use Microsoft SQL Server connector

Last updated on