'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 Get the printing margin of the page?
How to Use additional data sets in expressions ?
Explain the methods findfirst, findnext and findclose?
How to Extract an icon from a .exe or .dll?
How to insert contents of a file at current position in TMemo?
What are IDAPI and SQL links ?
How BLObs act as SQL input parameters?
How to test if a given string contains a valid number?
How to Get the windows directory?
How to Select a cell in a DBGrid ?
What is the function of inheritance in delphi?
How to Create a rotated font?
How to Send a message to all controls on a form 16-JUL-98?
What to do if getting missing or corrupted file messages?
what is Auto increment Build Number?