RDS anyone?

My Business Rules & DA Objects run fine on the server when accessed by a client running on the development machine (my machine).

Here's a quick systems summary
MDAC 2.5 SP1 (RDS 2.5 Lib)
Win 98 SE
VB6 SP4

BTW (I can only access the remote components via DCOM & not http when using RDS. In other words

Dim xxxVarxxx as RDS.DataSpace
set xxxVarxxx ...........

Dim objBusiness as ........
'So the following line does NOT work for me
set objBusiness = xxxVarxxx.CreateObject(...,"http://theserver")