[ODAC 5.55.1.3023] Bug with TVirtualTable

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nschmied
Posts: 72
Joined: Mon 09 May 2005 08:03
Location: Suisse

[ODAC 5.55.1.3023] Bug with TVirtualTable

Post by nschmied » Mon 27 Feb 2006 06:39

Hi,
I have found a bug with TVirtualTable.
View this sample

Code: Select all

OraQuery1.SQL.Text := 'SELECT * FROM DEPT';

OraQuery1.Active := True;

VirtualTable1.Assign(OraQuery1);

VirtualTable1.Active := True;
If the select return 0 row, Assign raise a exeption. Because bookmark is invalide.

Thank's,
NSC

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

Post by Challenger » Wed 01 Mar 2006 15:51

Please specify version of Delphi you use.

nschmied
Posts: 72
Joined: Mon 09 May 2005 08:03
Location: Suisse

Post by nschmied » Thu 02 Mar 2006 07:06

Delphi 2006 Update 1 VCL.NET

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

Post by Challenger » Fri 03 Mar 2006 15:57

This error is caused by changing in the behavior of TDataSet in Delphi.NET. We have avoided this problem. This fix will be included in the next build of ODAC.

Post Reply