how to add data packet to data set in VCL form. In a sample code I see persistdatapacket binary value for TClientdataset :
how to add data packet to data set in VCL form. In a sample code I see persistdatapacket binary value for TClientdataset :
PersistDataPacket.Data = {
BF0000009619E0BD010000001800000006000000000003000000BF000743455F......}
how to add them, my dataset is used to manually populate data in the code, no data provider in VCL form.
The dataset is to used in a data grid, when trying set field, get error: clientdataset missing dataprovider or data packet.
Thanks.
PersistDataPacket.Data = {
BF0000009619E0BD010000001800000006000000000003000000BF000743455F......}
how to add them, my dataset is used to manually populate data in the code, no data provider in VCL form.
The dataset is to used in a data grid, when trying set field, get error: clientdataset missing dataprovider or data packet.
Thanks.
Comments
Post a Comment