Problem with codegen and firebird
Hi, I tried to use a Firebird database, installed the connector from the forum and get the following error:
Source File: C:\prg\xampp\xampp\htdocs\iae2\includes\qcubed\_core\database\QFirebirdDatabase.class.php Line: 423
Line 418: $this->objFirebirdResult = $objResult;
Line 419: $this->objDb = $objDb;
Line 420: }
Line 421:
Line 422: public function FetchArray() {
Line 423: return get_object_vars(ibase_fetch_object($this->objFirebirdResult,IBASE_TEXT));
Line 424: }
Line 425:
Line 426: public function FetchFields() {
Line 427: return null; // Not implemented
Line 428: }
Call Stack:
#0 (): QcodoHandleError()
#1 C:\prg\xampp\xampp\htdocs\iae2\includes\qcubed\_core\database\QFirebirdDatabase.class.php(423): get_object_vars()
#2 C:\prg\xampp\xampp\htdocs\iae2\includes\qcubed\_core\database\QFirebirdDatabase.class.php(451): QFirebirdDatabaseResult->FetchArray()
#3 C:\prg\xampp\xampp\htdocs\iae2\includes\qcubed\_core\database\QFirebirdDatabase.class.php(551): QFirebirdDatabaseResult->GetNextRow()
#4 C:\prg\xampp\xampp\htdocs\iae2\includes\qcubed\_core\database\QFirebirdDatabase.class.php(243): QFirebirdDatabaseField->__construct()
#5 C:\prg\xampp\xampp\htdocs\iae2\includes\qcubed\_core\codegen\QDatabaseCodeGen.class.php(715): QFirebirdDatabase->GetFieldsForTable()
#6 C:\prg\xampp\xampp\htdocs\iae2\includes\qcubed\_core\codegen\QDatabaseCodeGen.class.php(462): QDatabaseCodeGen->AnalyzeTable()
#7 C:\prg\xampp\xampp\htdocs\iae2\includes\qcubed\_core\codegen\QDatabaseCodeGen.class.php(364): QDatabaseCodeGen->AnalyzeDatabase()
#8 C:\prg\xampp\xampp\htdocs\iae2\includes\qcubed\_core\codegen\QCodeGenBase.class.php(152): QDatabaseCodeGen->__construct()
#9 C:\prg\xampp\xampp\htdocs\iae2\assets\_core\php\_devtools\codegen.php(14): QCodeGenBase::Run()
************************************************
Does someone use this connector?
Any advice?
Thanks
