'Missing Data Provider or Data Packet' . what does this
error mean?

Answers were Sorted based on User's Feedback



'Missing Data Provider or Data Packet' . what does this error mean?..

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

'Missing Data Provider or Data Packet' . what does this error mean?..

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

Post New Answer

More Delphi Interview Questions

What are the ways to close a modal form?

0 Answers  


How to Use the Application's OnIdle Event?

0 Answers  


How to Print a web page using the HTML control?

0 Answers  


How to Resize StringGrid Columns ?

0 Answers  


How to Send a message to all controls on a form 16-JUL-98?

0 Answers  






why we should use main in C

9 Answers   DELL, Infosys,


How to Detect how many jobs are in the print spooler?

0 Answers  


What does memory leak show in delphi?

0 Answers  


How to Extract RGB components of a color?

0 Answers  


Can we write multi-user database applications in regular Delphi?

0 Answers  


How to Disable ALT-F4 to prevent form closing

0 Answers  


How to Create a delay without a timer?

0 Answers  


Categories