Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RDS.DATASPACE
Message
From
13/04/1999 02:41:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
RDS.DATASPACE
Miscellaneous
Thread ID:
00207710
Message ID:
00207710
Views:
70
Hello,
I am trying out currently RDS. I have find out there are three Remote objects supported.
Rds.DataControl
Rds.DataFactory
Rds.DataSpace

Among them , I have tried out first one. I am more interested in learning Rds.dataspace object because its power of creating recordset without having object's single reference on client computer.

To try out , I have created a VFP COM componenet which is runing on my Windows NT server which has also IIS installed.
Now, from client computer I am issuing following command.

X = CreateObject('RDS.DataSpace')

*--IIS address has passed along with create object.
Y = X.CreateObject('First.CustomerName','http://192.168.1.20')

Above works fine and I get the object handle. now, if i want to execute any method of Y object, an error occurs called 'Unexpected error' like follows.

?Y.GetName()

Please help me , IF i am doing anything wrong above.

or I would be oblidged if someone can give simple example of using RDS.dataspace from VFP.

Thank you

John
Next
Reply
Map
View

Click here to load this message in the networking platform