Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is a database table open on a workarea of this datasession ?
Message
De
14/01/2004 06:46:53
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Is a database table open on a workarea of this datasession ?
Divers
Thread ID:
00866660
Message ID:
00866660
Vues:
66
Hi,

Someone has seen one VFP function for knowing this fact?
? ISOPEN('mydatabase!mytable')
or
? ISOPEN('mydatabase!myView')
the only long way is with a cycle to join these info and :
Cycle on AUSED(ArrayName [, nDataSessionNumber])
 CURSORGETPROP('Database')
 ADBOBJECTS(ArrayName, cSetting)
 ....
Thanks.

Fabio
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform