KeySequence cause incorrect duplicate key query check

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
rudolf

KeySequence cause incorrect duplicate key query check

Post by rudolf » Fri 04 Mar 2005 13:05

When updating the table using TOraTable and KeySequence feature, the query for cheking duplicate value that I put in the field level validation result an incorrect result as if the field value key is exist in the database server.

This is not happened if I don't use the KeySequence feature, but using manual query sequence.

Whats wrong ?

Rudolf

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Fri 04 Mar 2005 16:20

Send us please small demo project to demonstrate the problem and include script to create server objects to ODAC support address.

Post Reply