Page 1 of 1

ORA-00931

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

Posted: Tue 04 Jul 2006 12:56
by Challenger
We couldn't reproduce this error. Please send to ODAC support address complete sample that demonstrates this problem and include script to create server objects.