mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 02:28:23 +01:00
Modification MDB2
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
//
|
||||
// $Id$
|
||||
|
||||
require_once 'MDB2/LOB.php';
|
||||
//require_once 'MDB2/LOB.php';
|
||||
require_once DOL_DOCUMENT_ROOT."/includes/pear/MDB2/LOB.php";
|
||||
|
||||
/**
|
||||
* @package MDB2
|
||||
|
||||
@@ -47,7 +47,8 @@
|
||||
// $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
|
||||
|
||||
@@ -46,7 +46,8 @@
|
||||
// $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
|
||||
|
||||
@@ -46,7 +46,8 @@
|
||||
// $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
|
||||
|
||||
@@ -44,7 +44,8 @@
|
||||
//
|
||||
// $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
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
// $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
|
||||
/**
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
// $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
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
// $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
|
||||
|
||||
@@ -44,7 +44,8 @@
|
||||
//
|
||||
// $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
|
||||
|
||||
@@ -45,6 +45,9 @@
|
||||
// $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
|
||||
*
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
// $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
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
// $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
|
||||
|
||||
@@ -44,7 +44,8 @@
|
||||
//
|
||||
// $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
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
// $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
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
// $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
|
||||
|
||||
@@ -45,7 +45,8 @@
|
||||
// $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
|
||||
|
||||
@@ -44,7 +44,8 @@
|
||||
//
|
||||
// $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
|
||||
|
||||
@@ -50,7 +50,8 @@
|
||||
* @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
|
||||
|
||||
Reference in New Issue
Block a user