'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 |
Write a program to show the memory leak?
What are IDAPI and SQL links ?
How to Change windows default printer in code?
How to Create NonMaintained or .NDX indexes on dBASE Tables?
How to get serial number of my drive ?
How to Detect if the system time has been changed ?
How to get the coding for : Well-ordered numbers
Can we write multi-user database applications in regular Delphi?
What types of Routers are able to be used?
How to Convert from Long to Short file names and paths ?
How to obtain IDAPI32.LIB and IDAPI.H ?
How to Draw on frame ?