Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
Error: 'Trying to append data to a non-partial dataset'
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Question:
I'm getting the error 'Trying to append data to a non-partial dataset'. What condition will cause this error?
Answer:
This is usually caused by a call to AppendData when the TClientDataSet thinks it has all the data.
Comments:
|