'Missing Data Provider or Data Packet' . what does this
error mean?
Answers were Sorted based on User's Feedback
Answer / nenad
Furthermore if you close and reopen the dataset you mut call
SetProvider for each new reopen.
Write and use a adaptor class and override the SetActive
method to call SetProvider to make this dbx requirement
transperent.
| Is This Answer Correct ? | 18 Yes | 6 No |
Answer / 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 |
How to Limit the amount of text entered in a TEdit?
How to Manually uninstall Delphi?
How to Extract Icons ?
How to Change the main form of an application at runtime ?
How to make the TDateTimePicker display blank?
How to Use an instance of TPrinter ?
How to move a string into a TMemoryStream or TFileStream?
How to Print Delphi controls using QuickReports?
How to Detect if the system time has been changed ?
How to Access HKEY_LOCAL_MACHINE under NT without Admin?
What is Typecasting ?
How to create Data Link File with Windows 2000?