mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 10:38:15 +01:00
Modification MDB2
This commit is contained in:
@@ -44,7 +44,8 @@
|
|||||||
//
|
//
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
require_once 'MDB2/LOB.php';
|
//require_once 'MDB2/LOB.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/LOB.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package MDB2
|
* @package MDB2
|
||||||
|
|||||||
@@ -47,7 +47,8 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Datatype/Common.php';
|
//require_once 'MDB2/Driver/Datatype/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Datatype/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 MS SQL driver
|
* MDB2 MS SQL driver
|
||||||
|
|||||||
@@ -46,7 +46,8 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Datatype/Common.php';
|
//require_once 'MDB2/Driver/Datatype/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Datatype/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 MySQL driver
|
* MDB2 MySQL driver
|
||||||
|
|||||||
@@ -46,7 +46,8 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Datatype/Common.php';
|
//require_once 'MDB2/Driver/Datatype/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Datatype/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 MySQLi driver
|
* MDB2 MySQLi driver
|
||||||
|
|||||||
@@ -44,7 +44,8 @@
|
|||||||
//
|
//
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Datatype/Common.php';
|
//require_once 'MDB2/Driver/Datatype/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Datatype/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 PostGreSQL driver
|
* MDB2 PostGreSQL driver
|
||||||
|
|||||||
@@ -45,7 +45,8 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Function/Common.php';
|
//require_once 'MDB2/Driver/Function/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Function/Common.php";
|
||||||
|
|
||||||
// {{{ class MDB2_Driver_Function_mssql
|
// {{{ class MDB2_Driver_Function_mssql
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -45,7 +45,8 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Function/Common.php';
|
//require_once 'MDB2/Driver/Function/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Function/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 MySQL driver for the function modules
|
* MDB2 MySQL driver for the function modules
|
||||||
|
|||||||
@@ -45,7 +45,8 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Function/Common.php';
|
//require_once 'MDB2/Driver/Function/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Function/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 MySQLi driver for the function modules
|
* MDB2 MySQLi driver for the function modules
|
||||||
|
|||||||
@@ -44,7 +44,8 @@
|
|||||||
//
|
//
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Function/Common.php';
|
//require_once 'MDB2/Driver/Function/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Function/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 MySQL driver for the function modules
|
* MDB2 MySQL driver for the function modules
|
||||||
|
|||||||
@@ -45,6 +45,9 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
|
|
||||||
|
//require_once 'MDB2/Driver/Native/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Native/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 MSSQL driver for the native module
|
* MDB2 MSSQL driver for the native module
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -45,7 +45,8 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Native/Common.php';
|
//require_once 'MDB2/Driver/Native/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Native/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 MySQL driver for the native module
|
* MDB2 MySQL driver for the native module
|
||||||
|
|||||||
@@ -45,7 +45,8 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Native/Common.php';
|
//require_once 'MDB2/Driver/Native/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Native/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 MySQLi driver for the native module
|
* MDB2 MySQLi driver for the native module
|
||||||
|
|||||||
@@ -44,7 +44,8 @@
|
|||||||
//
|
//
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Native/Common.php';
|
//require_once 'MDB2/Driver/Native/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Native/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 PostGreSQL driver for the native module
|
* MDB2 PostGreSQL driver for the native module
|
||||||
|
|||||||
@@ -45,7 +45,8 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Reverse/Common.php';
|
//require_once 'MDB2/Driver/Reverse/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Reverse/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 MSSQL driver for the schema reverse engineering module
|
* MDB2 MSSQL driver for the schema reverse engineering module
|
||||||
|
|||||||
@@ -45,7 +45,8 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Reverse/Common.php';
|
//require_once 'MDB2/Driver/Reverse/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Reverse/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 MySQL driver for the schema reverse engineering module
|
* MDB2 MySQL driver for the schema reverse engineering module
|
||||||
|
|||||||
@@ -45,7 +45,8 @@
|
|||||||
// $Id$
|
// $Id$
|
||||||
//
|
//
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Reverse/Common.php';
|
//require_once 'MDB2/Driver/Reverse/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Reverse/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 MySQLi driver for the schema reverse engineering module
|
* MDB2 MySQLi driver for the schema reverse engineering module
|
||||||
|
|||||||
@@ -44,7 +44,8 @@
|
|||||||
//
|
//
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
require_once 'MDB2/Driver/Reverse/Common.php';
|
//require_once 'MDB2/Driver/Reverse/Common.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/Driver/Reverse/Common.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2 PostGreSQL driver for the schema reverse engineering module
|
* MDB2 PostGreSQL driver for the schema reverse engineering module
|
||||||
|
|||||||
@@ -50,7 +50,8 @@
|
|||||||
* @author Lukas Smith <smith@pooteeweet.org>
|
* @author Lukas Smith <smith@pooteeweet.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once 'MDB2.php';
|
//require_once 'MDB2.php';
|
||||||
|
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MDB2_LOB: user land stream wrapper implementation for LOB support
|
* MDB2_LOB: user land stream wrapper implementation for LOB support
|
||||||
|
|||||||
Reference in New Issue
Block a user