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...")
 
Line 1: Line 1:
##Drivers
+
==Drivers==
####Linux
+
===Linux===
 
* In your package manager install the PHP Sybase package.
 
* In your package manager install the PHP Sybase package.
 
* Ubuntu/Debian example: <source lang=bash>$ sudo apt-get install php5-sybase</source>
 
* Ubuntu/Debian example: <source lang=bash>$ sudo apt-get install php5-sybase</source>
 
* No other configuration is necessary.
 
* No other configuration is necessary.

Revision as of 15:35, 6 February 2016

Drivers

Linux

  • In your package manager install the PHP Sybase package.
  • Ubuntu/Debian example:
    $ sudo apt-get install php5-sybase
  • No other configuration is necessary.