'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 use Paths and Geometric Pens?
what are the different Dataset event handlers?
How to Detect what direction a printer will rotate for a portrait ?
How to Print in Delphi without using the TPrinter Unit ?
What to use in Kylix, as a possible replacement for ShellExecute in Windows?
How to Set the caption of the preview window?
I am trying to call from Delphi and it GPFs. Whats up?
Convert a color to its VCL string value ?
How to make the TDateTimePicker display blank?
How to Stop TScrollbar button from blinking ?
How to Detect if the system time has been changed ?
Can you use the Naming Service with the version of VisiBroker that comes with Delphi 5 Enterprise?