Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BOBJ,Private DS / XML
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
BOBJ,Private DS / XML
Divers
Thread ID:
00766396
Message ID:
00766396
Vues:
49
I have many business objects which, logically, should reside in their own datasession but don't as they receive/produce cursors from/for their "parent".

Therefore my regime for opening/using tables is:
SELECT 0
USE mydb!mytable AGAIN
this.cMyTable = ALIAS()

SELECT *;
FROM (this.cMyTable) ..........

To save this "fiddling" I am considering making all such objects have their own datasession (eg. Use session class) and using XML where cursors are needed as input or need to be passed out into the parent session.

Is this the way to go about it ?

Cheers,
Jamie
Cheers,
Jamie
Répondre
Fil
Voir

Click here to load this message in the networking platform