Page 1 of 1

[ODAC 5.55.1.3023] Bug with TVirtualTable

Posted: Mon 27 Feb 2006 06:39
by nschmied
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

Posted: Wed 01 Mar 2006 15:51
by Challenger
Please specify version of Delphi you use.

Posted: Thu 02 Mar 2006 07:06
by nschmied
Delphi 2006 Update 1 VCL.NET

Posted: Fri 03 Mar 2006 15:57
by Challenger
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.