Results 1 to 2 of 2

Thread: Someone Help Me Please!!!!!

  1. #1

    Thread Starter
    Member Evil_Ryu's Avatar
    Join Date
    Mar 2001
    Location
    In the Shotokan Dojo...
    Posts
    58

    Unhappy Someone Help Me Please!!!!!

    If i'm a server, how can i know when an application is running on a client machine??


    Any idea could be useful!!!


    sorry by my poor english... ;-)

  2. #2
    wen-sar
    Guest

    disconnected or event

    with a disconnected recordset you won't and with no reason to because youre only in and out long enough to fill your request.

    if you feel the absolute need to notify the server you might simply place an event in the client that notifies the server possibly by flipping a boolean switch or flag...but unless the server has some specific reason to know...why would you even care...

    assuming you do need to know (server) you could place a boolean variable containing the state of the client server relationship and then flip the state on your way in and flip it back on your way out...

    are you by chance trying to avoid two clients changing data at the same time and the proper data not being saved....look at "cursors" and "transactions".......

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