Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Database/Drivers/General/DataBase    [ Add a report in this area ]  
Report #:  70001   Status: Open
ClientDataset as a pure VCL object
Project:  Delphi Build #:  12.0.3210.17555
Version:    12.1 Submitted By:   Ian Trackman
Report Type:  Suggestion / Enhancement Request Date Reported:  12/18/2008 9:13:06 AM
Severity:    Commonly encountered problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   267403
Resolution: None (Resolution Comments) Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: (1 Total Rating)
5.00 out of 5
Total Votes: 55
Description
Make TClientDataset a pure Delphi object, so that it doesn't use any external database driver.

That will enable it to be freely extended, particularly when loading and saving.  For example, it would be very useful to be able to save all of a field's properties, rather than the limited selection in FieldDefs.  Another use would be to be able to attach and save with the dataset a value-list associated with a lookup field.  
Steps to Reproduce:
None
Workarounds
None
Attachment
None
Comments

Mason Wheeler at 12/18/2008 12:11:41 PM -
Agreed.  If the JEDI people can implement an in-memory dataset in pure Delphi code, surely CodeGear can too.

Erik Brandt at 1/25/2009 8:09:04 PM -
This would be nice to have.

Server Response from: ETNACODE01