[10.0] Add Firebird database support to base_external_dbsource (#623)

This commit is contained in:
Michell Stuttgart
2016-11-30 15:17:32 -02:00
committed by Sergio Teruel
parent 5d23e34926
commit b5d29f3c9b
4 changed files with 55 additions and 21 deletions

View File

@@ -6,7 +6,7 @@
External Database Sources
=========================
This module allows you to define connections to foreign databases using ODBC,
This module allows you to define connections to foreign databases using ODBC, Firebird,
Oracle Client or SQLAlchemy.
Installation
@@ -22,8 +22,9 @@ Database sources can be configured in Settings > Configuration -> Data sources.
Depending on the database, you need:
* to install unixodbc and python-pyodbc packages to use ODBC connections.
* to install FreeTDS driver (tdsodbc package) and configure it through ODBC toconnect to Microsoft SQL Server.
* to install FreeTDS driver (tdsodbc package) and configure it through ODBC to connect to Microsoft SQL Server.
* to install and configure Oracle Instant Client and cx_Oracle python library to connect to Oracle.
* to install fdb package to connect in Firebird.
Usage
@@ -34,8 +35,8 @@ To use this module:
* Go to Settings > Database Structure > Database Sources
* Click on Create to enter the following information:
* Datasource name 
* Pasword
* Data source name 
* Password
* Connector: Choose the database to which you want to connect
* Connection string : Specify how to connect to database
@@ -65,6 +66,7 @@ Contributors
* Daniel Reis <dreis.pt@hotmail.com>
* Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
* Gervais Naoussi <gervaisnaoussi@gmail.com>
* Michell Stuttgart <michellstut@gmail.com>
Maintainer
----------