alecpl
2010-03-12 7244b4500e2b685cee5e9c4746a87f12acb56297
program/lib/MDB2/Driver/Datatype/sqlsrv.php
@@ -132,7 +132,7 @@
     */
    function getTypeDeclaration($field)
    {
        $db =& $this->getDBInstance();
        $db = $this->getDBInstance();
        if (PEAR::isError($db)) {
            return $db;
        }
@@ -211,7 +211,7 @@
     */
    function _getIntegerDeclaration($name, $field)
    {
        $db =& $this->getDBInstance();
        $db = $this->getDBInstance();
        if (PEAR::isError($db)) {
            return $db;
        }
@@ -265,7 +265,7 @@
     */
    function _getCLOBDeclaration($name, $field)
    {
        $db =& $this->getDBInstance();
        $db = $this->getDBInstance();
        if (PEAR::isError($db)) {
            return $db;
        }
@@ -301,7 +301,7 @@
     */
    function _getBLOBDeclaration($name, $field)
    {
        $db =& $this->getDBInstance();
        $db = $this->getDBInstance();
        if (PEAR::isError($db)) {
            return $db;
        }
@@ -431,7 +431,7 @@
            $length = null;
            break;
        default:
            $db =& $this->getDBInstance();
            $db = $this->getDBInstance();
            if (PEAR::isError($db)) {
                return $db;
            }