'Missing Data Provider or Data Packet' . what does this
error mean?
Answer Posted / krishna kishore
When a Datasetprovider is assigned to a ClientDataset the
developer should explicitly specify the name of the
Datasetprovider as follows
DatasetProvider.Name := 'my_Provider';
ClientDataSet.ProviderName := DatasetProvider.Name;
If the name is not specified the error "Missing Data
Provider or Data Packet" occurs.
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
How to Display a 24 bit True Color bitmap image on a 256 color display?
How to set a custom CVS PServer port?
How to make changes to the VCL code?
How to Change RichEdit Font styles with HotKey combinations ?
what are the different Dataset event handlers?
How to Get the filename and path of a local table?
How to Determine the last access time of a given file ?
How to send a response early in a web application action?
Where is TReport in Delphi 6?
How to Print Delphi controls using QuickReports?
How to Change the location of the object repository ?
"Cannot load IDAPI service library" . what does this error mean?
How to Change the owner of a component at runtime ?
How to determie if a given machine has a math coprocessor?
How to Set Up a C++ Builder or Delphi Form to View InterBase Data?