Problem with auto-created record
Posted: 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
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