Ronaldo Rezende Vilela Lu Guest
|
Posted: Mon Jul 07, 2003 7:42 pm Post subject: open CDS with DataSetProvider in other DataModule |
|
|
I'm working in Kylix 3 enterprise. In my kylix 3, the DataSnap pallete
doesn't exist. So, the TLocalConnection doens't exist.
I'm working in a two phisical tier model. But I have a DataModule for client
dataAccess components (TClientDataSet and TDataSource) and a DataModule for
the server data access components (TDataSetProvider, TSQLDataSet and
TSQLConnection).
In delphi 6 and 7, the only way to open the ClientDataSet in this model is
using a TLocalConnection component.
Anyone has any idea to resolve my problem? I want to open ClientDataSet with
DataSetProvider in other DataModule in design time. My client DataModule
has a dataModule server property to open the clientDataSet in runtime. And
I have a TMyClientDataSet that locate the datasetprovider in the datamodule
server property of the datamodule client.
|
|