Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connected users to database

Status
Not open for further replies.

terfecha

Programmer
Feb 5, 2002
1
TN
Working in Network, i would like to know which users are actually connected to NetWork and using the visual foxpro 6.0 database
 
You could use the new VFP 7.0 database events to keep track of this information, but in 6.0, you'll probably need to rely on the network OS to provide these details. The appropriate API calls will depend on the NOS you are using. (i.e. Novell, WinNT/2000, Unix, etc.)

Rick
 
There is a good little utility I use for seeing who has files open. It isn't a programmatice solution but rather a stand alone .EXE you can use.

See WhoHasIt and WhoHasNT at

Dave S.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top