SQLAnywhere Ubuntu 16

From DreamFactory
Jump to: navigation, search
(No difference)

Revision as of 06:41, 11 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