Call to Refresh throws EConvertError

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mikeho
Posts: 41
Joined: Thu 11 Nov 2004 21:23
Location: Middle Tennessee USA

Call to Refresh throws EConvertError

Post by mikeho » Mon 10 Dec 2007 18:18

With the latest release, a call to TOraTable.Refresh is now causing an EConvertError if the persistant fields are not in the same order as in the actual Oracle table.

If I reorder the fields in fields editor to match the record layout in the table, I do not get the error.

This was not a problem in the previous versions.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 11 Dec 2007 10:36

We could not reproduce the problem. Please provide us a script to create the table and fields order that is need to reproduce the problem, or send to odac*crlab*com a complete small sample that demonstrates the problem, including script to create database objects.

Post Reply