Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Serializable Objects?
Message
 
To
19/11/2002 07:07:54
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00723783
Message ID:
00725184
Views:
21
I am working on a .NET class that exists inside a COM+ application (for Win32 user impersonation and to get the benefits of object pooling) to talk to MSSQL. I can get the .NET class to return a dataset, and I can write something to serialze the dataset to XML. But I would like my VFP apps to get at the data too, so I need to rehydrate the .NET XMLized object to a VFP object, or at least a cursor.

Since it's all XML, I was thinking that there was/is some kind of schema I can bind to on either end, so my .NET server gets objects in its internal format and VFP can do the same.


>.NET objects and VFP objects are so different I can't see
>how you could pass a VFP object into .NET (even if it was
>serialised) and have it recreated in .NET
>~ unless you create a corresponding class in .NET and
>you're just passing across properties.
>
>What is it you're trying to do?
Previous
Reply
Map
View

Click here to load this message in the networking platform