Problem with auto-created record

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
[email protected]
Posts: 3
Joined: Thu 10 May 2012 10:21

Problem with auto-created record

Post by [email protected] » Wed 30 Apr 2014 10:08

Hi all,
in these last 3 days I have a strange problem with ODAC 9.2.5 (also updating to 9.2.7 doesn't help) and delphi XE:

when a query return no row, it automatically append an empty record (so rowcount will never be 0)

I don't know why this thing is happening and I need to know if it can be an option on my OraSession that cause this.

The problem is that this is happening on a large project with a hundred OraQuery components and it can be an enormous problem.

The strange thing is that no changes were made on either the involved OraQuery component or the relative OraSession.

Thanks in advance
Manuel

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Problem with auto-created record

Post by AlexP » Wed 07 May 2014 11:09

Hello,

We couldn't reproduce the problem. Please send a small application demonstrating the problem, including the scripts for creating database objects to alexp@devart@com.

Post Reply