when i make in the debugger oracle returns "ORA-00931"
TSmartQuery->KeyFields = "ID";
TSmartQuery->KeySequence = "GESTOR.SEC_ID_TABUSUARIOS";
TSmartQuery->Active = true;
if I drop
TSmartQuery->KeyFields = "ID";
TSmartQuery->KeySequence = "GESTOR.SEC_ID_TABUSUARIOS";
and I make
TSmartQuery->Active = true;
i have no problem.
i think that KeyFields and KeySequence hav a problem but I don´t know.
thanks
ORA-00931
-
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53