Hi All
I have the Qcodo Version: 0.3.32 (Qcodo Beta 3) installed on windows with Postgres DB.
My 'devtools' subdirectory is pointing to'/qcodo/wwroot/_devtools' (config...inc.php)
I presuume this link is correct becuase there is a function running but comes up with an error: PostgreSql Error: Unsupported Field Type: oid
Two questions:
1- Am I pointing to to right codegen tool?
2- PostgreSql Error: Unsupported Field Type: oid. My Postgres tables are set to have oid's, I require this for another application reading from this database. Anyone has suggestions arround this.
Entire error:
PostgreSql Error: Unsupported Field Type: oid
Exception Type: QPostgreSqlDatabaseException
Source File: C:\ms4w\Apache\htdocs\qcodo\wwwroot\includes\qcodo\_core\database\QPostgreSqlDatabase.class.php Line: 252
Line 247: $objResult = $this->Query($strQuery);
Line 248:
Line 249: $objFields = array();
Line 250:
Line 251: while ($objRow = $objResult->GetNextRow()) {
Line 252: array_push($objFields, new QPostgreSqlDatabaseField($objRow, $this));
Line 253: }
Line 254:
Line 255: return $objFields;
Line 256: }
Line 257:
hope someonecan help me please..
Sarel