Differences
This shows you the differences between two versions of the page.
|
ardiextra:mssql [2018/11/15 04:46] optrix created |
ardiextra:mssql [2018/11/15 04:47] (current) optrix |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====MySQL / MariaDB Data Driver=== | + | ====Microsoft SQL Server Data Driver=== |
| ===Information=== | ===Information=== | ||
| - | Loads point-data from mysql databases. | + | Loads point-data from mssql databases. |
| The database is expected to be in a one-value-per-row format, as shown in the examples below. | The database is expected to be in a one-value-per-row format, as shown in the examples below. | ||
| Line 24: | Line 24: | ||
| ^Option^Description^ | ^Option^Description^ | ||
| - | |Host|The IP address or host name of your MySQL / MariaDB server| | + | |Host|The IP address or host name of your MSSQL server| |
| |Port|The TCP port to connect to| | |Port|The TCP port to connect to| | ||
| |Database|The name of the MySQL database| | |Database|The name of the MySQL database| | ||
| Line 70: | Line 70: | ||
| ^Option^Description^ | ^Option^Description^ | ||
| - | |Host|The IP address or host name of your MySQL / MariaDB server| | + | |Host|The IP address or host name of your MSSQL server| |
| |Port|The TCP port to connect to| | |Port|The TCP port to connect to| | ||
| |Database|The name of the MySQL database| | |Database|The name of the MySQL database| | ||
| Line 90: | Line 90: | ||
| **Linux:** | **Linux:** | ||
| <code> | <code> | ||
| - | sudo apt-get install ardi-mysql | + | sudo apt-get install ardi-mssql |
| </code> | </code> | ||