Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is a database table open on a workarea of this datasession ?
Message
From
14/01/2004 06:46:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Is a database table open on a workarea of this datasession ?
Miscellaneous
Thread ID:
00866660
Message ID:
00866660
Views:
67
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
Next
Reply
Map
View

Click here to load this message in the networking platform