Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Serializable Objects?
Message
 
À
19/11/2002 07:07:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00723783
Message ID:
00725184
Vues:
22
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?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform