ORA-00931
Posted: Tue 04 Jul 2006 11:55
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
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