SQL Driver for Nmbrs
Nmbrs payroll and human resources The Nmbrs driver covers 209 tables and 1924 columns.
## Nmbrs Clients
Invantive UniversalSQL is available on many user interfaces ("clients" in traditional server-client paradigma). All Invantive UniversalSQL statements can be exchanged with a close to 100% compatibility across all clients and operating systems (Windows, MacOS, Linux, iOS, Android).
The clients include Microsoft Excel, Microsoft Power BI, Microsoft Power Query, Microsoft Word and Microsoft Outlook. Web-based clients include Invantive Cloud, Invantive Bridge Online as OData proxy, Invantive App Online for interactive apps, Online SQL Editor for query execution and Invantive Data Access Point as extended proxy.
The [[https://cloud.invantive.com/nmbrs|Nmbrs Power BI connector]] is based on the Invantive UniversalSQL driver for Nmbrs, completed by a high-performance OData connector which works straight on Power BI without any add-on. The OData protocol is always version 4, independent whether the backing platform uses OData, SOAP or another protocol.
For technical users there are command-line editions of Invantive Data Hub running on iOS, Android, Windows, MacOS and Linux. Invantive Data Hub is also often used for enterprise server applications such as ETL. High-volume replication of data taken from the Nmbrs API into traditional databases such as SQL Server (on-premises and Azure), MySQL, PostgreSQL and Oracle is possible using [[https://cloud.invantive.com/data-replicator/|Invantive Data Replicator]]. Invantive Data Replicator automatically creates and maintains Nmbrs datawarehouses, possibly in combination with data from over 75 other (cloud) platforms. Invantive Data Replicator supports data volumes up to over 1 TB and over 5.000 companies. The on-premise edition of Invantive Bridge offers an Nmbrs ADO.net provider.
Finally, online web apps can be build for Nmbrs using App Online of [[https://cloud.invantive.com/nmbrs|Invantive Cloud]].
Monitor API Calls
When a query or DML-statement has been executed on Invantive UniversalSQL a developer can evaluate the actual calls made to Nmbrs using a query on sessionios@DataDictionary. As an alternative, extensive request and response logging can be enabled by setting log-native-calls-to-disk to true. In the %USERPROFILE%\Invantive\NativeLog folder Invantive UniversalSQL will create log files per Nmbrs request and response.
## Specifications
The SQL driver for Nmbrs supports partitioning: data from multiple companies are all listed together in one table. The value of the column COMPANY_CODE indicates which company the data belongs to. An introduction into the concepts of Invantive UniversalSQL such as databases, data containers and partitioning can be found in the [[Grammar|Invantive UniversalSQL grammar]].
The configuration can be changed using various attributes from the database definition, on log on and during use. A full list of configuration options is listed in the [[Attributes|driver attributes]].
The catalog name is used to compose the full qualified name of an object like a table or view. The schema name is used to compose the full qualified name of an object like a table or view. On Nmbrs the comparison of two texts is case sensitive by default.
The driver has the following properties:
- Driver code for use in settings.xml: `NmbrsNl`
- Recommended alias: `nms`
- Partition Label: `Company`
- More technical documentation as provided by the supplier of Nmbrs on the native connection used can be found at [[https://api.nmbrs.nl|Technical Documentation]].
Payrolling for both the Dutch as well as Swedish legislation are available. Nmbrs is used by entrepreneurs and accounting firms.
Login to the NMBRS API requires an API token. API tokens can enable access to all debtors in NMBRS or solely to one specific debtor as described on https://support.nmbrs.nl/hc/nl/articles/360010686800-Connect-Nmbrs-with-an-API-token.
NMBRS allows individual configuration of API access using API templates. Make sure from the Settings menu to check that the Template Users have sufficient API access by pressing on the 'gears' icon of the template associated with the account. Also make sure to apply the template to the NMBRS users.
## Objects
Per object category a list is available:
- [[Tables]]
- [[Procedures]]