/**
* Class to represent a database connection
*
- * $Id: Connection.php,v 1.6 2004/08/05 01:44:13 chriskl Exp $
+ * $Id: Connection.php,v 1.6.2.1 2005/02/01 16:49:02 chriskl Exp $
*/
include_once('./classes/database/ADODB_base.php');
return pg_last_error($this->conn->_connectionID);
}
}
+
+?>
/**
* PostgreSQL 8.0 support
*
- * $Id: Postgres80.php,v 1.7.2.1 2004/11/29 04:52:45 chriskl Exp $
+ * $Id: Postgres80.php,v 1.7.2.2 2005/02/01 16:49:02 chriskl Exp $
*/
include_once('./classes/database/Postgres74.php');
function hasNamedParams() { return true; }
}
+
+?>