![]() |
|
|
|||||||
| Database Integration How to use MySql, PostgreSQL, MS SQL, Oracle, and most other databases with PHP. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I m using the mssql driver for MYSQL but the comands don t work correctly:
function BTN_ULTClick($sender, $params) { $this->Query1->Last(); } function BTN_PROXClick($sender, $params) { $this->Query1->Next(); } function BTN_ANTClick($sender, $params) { $this->Query1->Prior(); } function BTN_PRIMClick($sender, $params) { $this->Query1->First(); } and the First(), Last() and Post() events return me the following error: Application raised an exception class EPropertyNotFound with message 'Trying to access non-existant property Table->id_moeda in dbtables.inc.php, line 660.' Callstack #0 File: C:\Delphi4PHP\ExemploSQLSERVER\sqlserver_ex.php Line: 89 |_Callstack #1 File: C:\Arquivos de programas\CodeGear\Delphi for PHP\1.0\vcl\classes.inc.php Line: 1839 |_Callstack #2 File: C:\Arquivos de programas\CodeGear\Delphi for PHP\1.0\vcl\classes.inc.php Line: 1911 |_Callstack #3 File: C:\Arquivos de programas\CodeGear\Delphi for PHP\1.0\vcl\classes.inc.php Line: 1471 |_Callstack #4 File: C:\Arquivos de programas\CodeGear\Delphi for PHP\1.0\vcl\stdctrls.inc.php Line: 1099 |_Callstack #5 File: C:\Arquivos de programas\CodeGear\Delphi for PHP\1.0\vcl\classes.inc.php Line: 1548 |_Callstack #6 File: C:\Arquivos de programas\CodeGear\Delphi for PHP\1.0\vcl\dbtables.inc.php Line: 660 |