Главная страница | назад





Article #17254: Missing ProviderName in TClientDataSet

 Question and Answer Database
FAQ2254D.txt — Missing ProviderName in TClientDataSet
Category :DCOM/MultiTier/ActiveForm
Platform :All-32Bit
Product :
Question:
I don't see entries in the TClientDataSet ProviderName property.
What's wrong?
Answer:
On your server application, in the remote data module, right
click your dataset (TTable, Tquery, etc) and select "Export
[MyDataset] from data module". Rebuild the server application.
You should now see the provider supplied in the list of the
TClientDataset.
"Exporting from data module" adds a "Get_MyDataset" function to
the protected section of the remote datamodule's CoClass that
returns an IProvider interface.
4/2/99 1:03:04 PM

Last Modified: 01-SEP-99