'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 |
Why is there no automation in releasing the memory automatically during the termination of the program?
How to Find the column and row of the cursor in a TRichEdit?
How to retrieve an InterBase Blob in Delphi using SavetoFile?
How to Debug CORBA clients and servers?
What are the Benefits of the ConstraintBroker?
How to Create a non-VCL console project?
How to Create a custom word break procedure?
How to Extract Icons ?
How to dial out through the modem under Win32?
How to Loada local html file in the HTML control ?
How to Get the Printer driver and port name from TPrinter's ?
How to Use Variables & For Loops in Delphi?