'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 Connect to a remote CORBA server?
How to tell in code if my application is running on Windows NT ?
How to turn off ISAPI DLL caching on Windows 2000 and IIS5 ?
How tough is it to learn Delphi?
What are the problems faced by memory leaks?
How to Calculate an angle from two points?
'Name Conflicting' . what does this error mean?
With what commands you can Delete a directory and all the directories with files?
How to avoid expanding a tree node when double-clicking on it?
How to Set the MaxPage property of the PrintDialog component?
Are there any tools to help me migrate my applications to Delphi?
How much does MTS improve connect times?