XERO addserver: Difference between revisions

From Data Islands
(sqlite example)
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:


SQLite


Example


>addserver XERO "alias"


This will then open the Auth page in XERO where you authoised the connection 


SQLite
The "alias" parameter is maybe the company name for this XERO account.
 
Example


addserver sqlite "DataSource=C:\sqllite\sampledb.db;Version=3;"
You can connect to multiple XERO accounts using the "alias" parameter to distinguish them.

Latest revision as of 12:41, 19 December 2022

SQLite

Example

>addserver XERO "alias"

This will then open the Auth page in XERO where you authoised the connection

The "alias" parameter is maybe the company name for this XERO account.

You can connect to multiple XERO accounts using the "alias" parameter to distinguish them.