SQLAnywhere Installation

From DreamFactory
Jump to: navigation, search
DreamFactoryInstallationDatabasesSQLAnywhere Installation
(Created page with "##Drivers ####Linux * In your package manager install the PHP Sybase package. * Ubuntu/Debian example: <source lang=bash>$ sudo apt-get install php5-sybase</source> * No other...")
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
##Drivers
+
==Drivers==
####Linux
+
===Linux===
* In your package manager install the PHP Sybase package.
+
 
* Ubuntu/Debian example: <source lang=bash>$ sudo apt-get install php5-sybase</source>
+
The PHP Sybase module (used for connecting to SQL Anywhere) should be available in your package manager.
* No other configuration is necessary.
+
 
 +
For example if you are following the [[../../../APT/Ubuntu_16.04/Modules/SQLAnywhere_Ubuntu_16| Ubuntu 16.04]] instructions, this package is named php7.1-sybase.

Latest revision as of 06:42, 11 July 2022

Drivers

Linux

The PHP Sybase module (used for connecting to SQL Anywhere) should be available in your package manager.

For example if you are following the Ubuntu 16.04 instructions, this package is named php7.1-sybase.