Board index » delphi » DataSetProvider is not visible with Shared Connection
Martin B
![]() Delphi Developer |
DataSetProvider is not visible with Shared Connection2005-03-24 02:25:56 AM delphi197 I am using the Shared Connection Example from Dan Miser with Delphi 5( i.e Main RemoteDatamode with ChildRemoteDatamodule. Everything works fine I can access and call methods on the main RemoteDatamodule and the Child module. I cannot see the DataSetProviders on the CliendDataset Provider List. I can access the ChildRemoteDatmodule and call its methods using a sharedconnection. I can also access the datasetproviders using a regular Dcomm or socketconnection. Everything in my code seems to mirror the Dan's example. What step am I missing? I'd very much appreciate any help you can give me on this. Thanks Stephen |