/**
* 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.7 2005/02/01 16:41:19 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.8 2004/11/29 01:48:39 chriskl Exp $
+ * $Id: Postgres80.php,v 1.9 2005/02/01 16:41:19 chriskl Exp $
*/
include_once('./classes/database/Postgres74.php');
function hasNamedParams() { return true; }
}
+
+?>