SQLAnywhere Ubuntu 16
From DreamFactory
Drewpearce (Talk | contribs) |
m (Jason moved page DreamFactory/APT/Ubuntu 16.04/Modules/SQLAnywhere Ubuntu 16 to DreamFactory/APT/Ubuntu 16.04/Modules Ubuntu 16/SQLAnywhere Ubuntu 16) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This module will allow you to access SAP SQL Anywhere databases. This is a single command installation. | This module will allow you to access SAP SQL Anywhere databases. This is a single command installation. | ||
<source lang="bash">$ sudo apt-get install php7.1-sybase</source> | <source lang="bash">$ sudo apt-get install php7.1-sybase</source> | ||
+ | |||
+ | After installing the module, run the following command to confirm the pdo_dblib module has been loaded: | ||
+ | |||
+ | <source lang="bash"> | ||
+ | $ php -m | grep dblib | ||
+ | pdo_dblib | ||
+ | </source> |
Latest revision as of 06:55, 12 July 2022
This module will allow you to access SAP SQL Anywhere databases. This is a single command installation.
$ sudo apt-get install php7.1-sybase
After installing the module, run the following command to confirm the pdo_dblib module has been loaded:
$ php -m | grep dblib pdo_dblib