473,465 Members | 1,976 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How do you boot connected users from your database ?

.... Or, How do you identify connected users ?
Help appreciated.

Celeste Edwards,

Nov 13 '05 #1
3 2133
There is a list of connected users in the LDB file that access makes
when it opens. Booting them out is another story. I am guessing that
the db in question is a backend? Most people set timers that close the
frontend database after a certain amount of inactivity, or set a flag
in a table in the backend that the front end checks periodically. I am
sure there is a much more elegant way to do it, but I don't know it.
HTH
Pachydermitis

Nov 13 '05 #2
How do you boot them out? KickemOut is on Arvin's site. Datastrat.com

Connected users... I think there's code for that on mvps.org/access
Look for LDB, I think. IIRC, its LDB File Viewer.

Nov 13 '05 #3
I've been doing this for years, whenever I need to change a table
or something in the middle of the day. I have the timer running in
the Main Menu and it checks for a shutdown flag once per minute. If it
sees the flag, it closes all forms except the Main Menu and puts up a
big banner that explains the situation.
The reason I do not shut them completely down is because a person
coming back to his/her desk would not know what happened if it was
totally shut down and would simply start it up again.
The banner explains everything and asks them to wait. When I'm
finished with my task, I reset the shutdown flag and the users can
resume.
I have never had any issue with losing the current entry when
shutting down forms this abruptly.
If you need more help, let me know.
Hank Reed

Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Andy Davis | last post by:
I have a two tables, Users and Requests, the latter which displays the daily log on's of 20 users. Both tables are related by a one-to-many relationship in the Requests table via the UserId field....
2
by: Jozef | last post by:
Hello, I'm trying to find a way to see who or how many connections, (or both) are open on a single access database. What I'm trying to do is find out who is logged in and hopefully...
7
by: dkintheuk | last post by:
Hi all, I want to know if it is possible to control the users who are loggin into the database i have created. It uses front-end back-end but often i need to make database changes that are...
4
by: Steve Le Monnier | last post by:
The ADO.NET DataSet is idea for application development, especially if you need disconnected data. DataReader objects are great in the connected environment but are forward only. What do you do...
3
by: E. W via DotNetMonster.com | last post by:
Hi all, is it possible to get the numer of users, who are connected at the same time to the specified SQL Database and how do I get this Information? thanks EW -- Message posted via...
2
by: Robert Scheer | last post by:
Hi. My site needs to know if the user is connected before executing some queries on my database. Actually, I have a page loaded by an Iframe that runs every 30 seconds and updates a field on my...
4
by: Keithb | last post by:
A web site uses a SQL Server instance on another box and it takes a long time to establish a connection. Is there any way to make the web site stay connected to SQL server at all times, even though...
1
by: esource | last post by:
We have a existing backup, re-index job that runs at night on an existing database that is now accessed by web users 24/7. Problem is that one of the steps is to kill all users before backup...
0
by: Chris Calloway | last post by:
Triangle (NC) Zope and Python Users Group (TriZPUG) is proud to open registration for our fourth annual ultra-low cost Plone and Python training camps, BootCampArama 2008: ...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.