|
-
Jul 23rd, 2001, 08:10 PM
#1
Thread Starter
Member
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... ;-)
-
Jul 24th, 2001, 12:31 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|