CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2001
    Location
    MN,USA
    Posts
    5

    Mapping the Nodes from Server

    Hi,

    I have one NT Server and 85 Nodes,the server and nodes connected through LAN.

    My Question is to store the following details in one table. Nodes(Computer) Name and Login Date and Time From /To.

    Thanks

    Sridhar


  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: Mapping the Nodes from Server

    Ok, this should be just what you need. It checks the connections to a specific server, giving you username, computer, time active, time idle, and the total number of open files by that connection.
    http://www.mvps.org/vbnet/index.html...ork/index.html
    One thing to note is that changes may take some time to take effect. This is because WinNT and 2000 don't refresh the connection state immediatly, this only happens once very 15 minutes or so.

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  3. #3
    Join Date
    Aug 2001
    Location
    MN,USA
    Posts
    5

    Re: Mapping the Nodes from Server

    Hi Cakkie,

    Thank you very much.

    I will use this code and I will get back to you.

    Thanks

    Sridhar


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured