show/hide this revision's text 2 added 183 characters in body

It is a Delphi bug.

Call YourDataset.FieldDefs.Clear before calling CreateDataSet and it should work.

For more infomation please look at this QC Report:

http://qc.codegear.com/wc/qcmain.aspx?d=38984

EDIT:

After reading your problem more carefully, the problem might be something else, but please try the FieldDefs.Clear and let me know the results.

show/hide this revision's text 1

It is a Delphi bug.

Call YourDataset.FieldDefs.Clear before calling CreateDataSet and it should work.

For more infomation please look at this QC Report:

http://qc.codegear.com/wc/qcmain.aspx?d=38984