473,480 Members | 1,855 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Users Log in issue

I have a Question:
Can i Block all users from login more then one at the same time to my access
database?

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200605/1
May 31 '06 #1
6 1163
Your goal is to make it impossible for more than one user to open the same
MDB at the same time?
May 31 '06 #2
no....
i have several computers in the office. what happend is that some people know
the user names and password of others in the office. so i would like to
prevent that if i loged in to the access under my user name
i don't want another employee to login the software under my user name at the
same time that i'm already log in to it.


Rick Wannall wrote:
Your goal is to make it impossible for more than one user to open the same
MDB at the same time?


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200605/1
May 31 '06 #3
Easiest way:

Create your own table of users, with a field to note whether logged in or
not. Before opening the main app form, check the table. If that field
shows the current user is already logged in, bail out. If not, set the mark
and continue. Be SURE you have a way to clear that mark automtically on the
way out of the app. I keep one form open in hidden mode to take care of
this kind of stuff in its Form_Close event.

Why bother to have login/password if users know each other's passwords
routinely, if I may ask?
May 31 '06 #4
Considerations:

IF you take this approach, you will also need to have a backdoor into
that table that will allow you or someone to turn that flag off.

If the network goes down and the user loses connectivity, or if their
computer freezes up and they have to reboot. then they will still be
considered logged in and will not be able to get in FOREVER.

May 31 '06 #5
On 31-May-2006, "Ron2006" <ro******@hotmail.com> wrote:
Considerations:

IF you take this approach, you will also need to have a backdoor into
that table that will allow you or someone to turn that flag off.

If the network goes down and the user loses connectivity, or if their
computer freezes up and they have to reboot. then they will still be
considered logged in and will not be able to get in FOREVER.

OP: Read and heed!

You will need some admin screen that notices that you are you and lets you
(and only you) open the table or execute some code to clear out the table in
the case that Ron describes.
May 31 '06 #6
thanks for the info...

you idea is great. i did this solution before and that was the problem that i
had.

each time that the computer had to shot off, i had to log in and to update
the status.
by posting this issue i though that there is a better way to do it (without
the table) but now i guess that this is the only way.
again thanks alot for you time and information.
edan mimran

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200606/1
Jun 1 '06 #7

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

Similar topics

2
6486
by: Phil Powell | last post by:
http://codewalkers.com/seecode/75.html http://www.webkreator.com/php/concepts/counting-users-online-with-php.html The following two URLs illustrate different approaches to the idea of showing...
0
2010
by: bruce | last post by:
Hi... Update.... We have the following setup in our httpd.conf file. We've tried to give what's related to the issue. We're trying to set up a virtual host for a test project. The behavior...
2
2476
by: Wayne Aprato | last post by:
How do most Access developers handle the issue of different database users possibly running different screen resolutions? At the moment, I design for the worst case scenario ie. 800 x 600 screen...
1
3507
by: bluedolphin | last post by:
There seems to be a consensus that Access has a concurrent user limit of 200 users. I am working on a system that currently stands at approx. 1 gig and has a small number of users. However, there...
3
12989
by: Tc | last post by:
Hi, I was curious, I am thinking of writing an application that loads a dataset from a database that resides on a server. The question I have is this, if multiple copies of the app will be...
8
4002
by: pnp | last post by:
Hi all, I've developed a win C# app that is actually database driven using SQL server 2000. The idea is that only one application will be installed on a server in a network and the program will be...
6
539
by: mark | last post by:
I have an asp.net ecommerce web application on a remote web server. I'm using an Access database on the back end. I've notice a few strange things. When I mimic an multiple user environment by...
5
5248
by: fbwhite | last post by:
I know this issue has been brought up many times, but I have tried many of the solutions to no avail. I wanted to give my specific case to see if someone could be of any help. We are using the...
1
6875
by: cefrancke | last post by:
I have a Back End database (split) that is on a smokin' hot machine (dual processor, 2 gig RAM, XP Pro SP2) and I'm getting an error that says the database (back end file) is "opened exclusively"...
3
1923
by: mejpark | last post by:
Good afternoon PHPers, This morning I downloaded "PHP Users" from sourceforge to implement a user registration system. I followed the instructions in INSTALL.txt, and successfully configured...
0
7046
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
7048
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
7088
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
5342
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,...
1
4783
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
4485
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2997
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...
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
183
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.