I'll get this up on my site sooner or later....
-Craig
--
Craig Stuntz [TeamB] · Vertex Systems Corp. · Columbus, OH
Delphi/InterBase Weblog: http://delphi.weblogs.com
InterBase PLANalyzer (Free IB optimization tool):
http://delphi.weblogs.com/IBPLANalyzer
Could you send a copy to me too? Thanks
Roland Zhang
dev...@compdata.com.au
Craig Stuntz [TeamB] <cst...@nospamplease.vertexsoftware.com> wrote in
message news:MPG.17cdbf8ef...@newsgroups.borland.com...
Craig hi.
Would it be possible to send me a copy too?
Angelos Arampatzis
agg...@cteam.gr
Does this discuss how to do it using ADOExpress/dbGo, or is it only BDE ?
Thanks,
Andy Mackie.
Craig Stuntz [TeamB] <cst...@nospamplease.vertexsoftware.com> wrote:
>In article <3d64...@newsgroups.borland.com>, ama...@citynetworks.co.uk
>says...
>>
>> Does this discuss how to do it using ADOExpress/dbGo, or is it only BDE ?
>
> The paper is about InterBase and uses IBX, but the technique for
>inheriting [R]DMs works for any DB components.
>
> Everyone who explicitly asked me to email them a copy should have
>it in their mailbox by now.
Thank you for your kind. t's a very good article.
I have did test following your article, but one thing annoying me is that at
the design time you can not view the provider names in the concrete child
remote module? Is correct? or I did something wrong?
Thanks
Roland Zhang
Roland <rolande...@usa.net> wrote in message
news:3d64...@newsgroups.borland.com...
I should describe the problem more detail.
Usually on client side, if you drop DCOMConnection component and set to the
server, and then drop ClientDataSet component and set connection properly,
then when you click ProviderName property box, it will display a list of
server's Provider which in the server's Remote Data Module. Now I can not
see these Providers which set in the server's concret Remote Data Module.
Is because the concrete Remote Data Module is set to internal so client can
not view?
Anyway I will test it thougthly. I am using D5 so I didn't use
TShareConnection compoent to do test.
Thanks
Roland Zhang
Craig Stuntz [TeamB] <cst...@nospamplease.vertexsoftware.com> wrote in
message news:MPG.17d7f0a91...@newsgroups.borland.com...
> In article <3d6d...@newsgroups.borland.com>, rolande...@usa.net
> says...
> > I have did test following your article, but one thing annoying me is
that at
> > the design time you can not view the provider names in the concrete
child
> > remote module? Is correct? or I did something wrong?
> >
> I'm not sure I understand your description of the problem.
> Working with the inherited RDMs is no different than working with a
> "normal" RDM. Be sure to follow the directions in the article very
> closely, however; it's a bit tricky at first.
I'm not sure; I haven't seen what you're seeing. Try building
with DebugDCUs and tracing through the Delphi source where the providers
are registered (It's in the source for TRemoteDataModule, and it's
pretty easy to find).
>
> Anyway I will test it thougthly. I am using D5 so I didn't use
> TShareConnection compoent to do test.
>
I usually use TSharedConnection.
It's working now. But need TSharedConnection from Dan's DistribuCon.
Thanks
Roland Zhang
I have downloaded and installed TSharedConnection and by using that
component, it's working as you showed.
Thanks
Roland Zhang
Craig Stuntz [TeamB] <cst...@nospamplease.vertexsoftware.com> wrote in
message news:MPG.17de9aab7...@newsgroups.borland.com...