PDA

Click to See Complete Forum and Search --> : Someone Help Me Please!!!!!


Evil_Ryu
Jul 23rd, 2001, 08:10 PM
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... ;-)

wen-sar
Jul 24th, 2001, 12:31 AM
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".......