TField.Size wrong in XE10
Posted: Mon 27 Jun 2016 12:24
Hi,
I've ODAC 9.6.22 and Delphi XE10.
I've a table with a column like EMP_ID VARCHAR2(10).
I open a query on this table and MyQry.FieldAsString('EMP_ID').Size give me 40 not 10 !
XE10 is Unicode but I expect to have the right Oracle size. TDBEdit MaxLength is wrong too when a Dataset is associeted with the Qry !
Maybe it's OS dépendent ?
I've not this problem with Delphi XE6.
What can I do ?
thanks !
I've ODAC 9.6.22 and Delphi XE10.
I've a table with a column like EMP_ID VARCHAR2(10).
I open a query on this table and MyQry.FieldAsString('EMP_ID').Size give me 40 not 10 !
XE10 is Unicode but I expect to have the right Oracle size. TDBEdit MaxLength is wrong too when a Dataset is associeted with the Qry !
Maybe it's OS dépendent ?
I've not this problem with Delphi XE6.
What can I do ?
thanks !