ORA-00931

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
niniramos
Posts: 11
Joined: Tue 04 Jul 2006 07:40

ORA-00931

Post by niniramos » 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

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Tue 04 Jul 2006 12:56

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.

Post Reply