Modification MDB2

This commit is contained in:
Regis Houssin
2007-01-03 23:38:31 +00:00
parent 126cab489a
commit aeff4d9c3b
18 changed files with 37 additions and 17 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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
/** /**

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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
* *

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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