'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
Why the error "Operation must use an updateable query"?
How to detect if a given key was pressed during application during startup?
What is the equivalent in BCB to a Pdox TCursor?
What should I give to Windows API functions that want a hWnd?
How to have a TBitBtn component that has a word wrapped caption?
How to Detect print errors?
How to Execute a program from my application?
How to add system menu items to a form ?
How to Use additional data sets in expressions ?
How to Disable a radio button in a TRadioGroup?
How can I manipulate data programatically?
How to do Sorting on Calculated fields ?
How to Add a document to the Windows 95 Start Button's documents ?
How to Disable system menu in code?
What if I do not have a CD-ROM drive?