Field 'ROWID' not found

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

Field 'ROWID' not found

Post by Rodrigo Cesar » Fri 03 Jun 2005 13:58

When I run the sql "select awb, rowid from entrada" in a TSmartQuery the data come normaly, but when I run "select awb from entrada" (without the ROWID) the Odac show me the error "Field 'ROWID' not found".
Any sql that I want run without the ROWID after run one sql with ROWID I have this problem.
Can somebody help me!?

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

Post by Alex » Mon 06 Jun 2005 13:16

Sorry, we cannot reproduce your problem. One of the cause can be the implicitly created field object for ROWID field, please check this in Fields Editor at design-time, if not then we need more detailed description i.e. ODAC version number, Oracle Client/Server version and complete sample to demonstrate your problem and script to create server objects. Please, send a message to our ODAC support e-mail address.

Post Reply