I have a situation like below:
I have a data table that contains a field with Numeric 5(6,2) data type. If I execute a query against that table like "SELECT * from Mytable", a "BCD Overflow" is returned.TUniConnection connected to SQL Server 2000
TUniQuery -> DatasetProvider -> ClientDataset
EDIT: "BCD Overflow" shown for that Numeric field when displayed using TDBGrid.
Such a message never occured in the past when I purely employed ClientDataset alone.
How to solve this problem.
Thank you in advance.