Sign Up |  Live StatsLive Stats    Articles 35,345| Comments 159,790| Members 17,820, Newest waheguruhelpme| Online 203
Home Contact
 (Forgotten?): 
    Sikhism

   
                                                                     Your Banner Here!    

Sikh Philosophy Network » Sikh Philosophy Network » Current Affairs » Information Technology » How do I kill user connections to an Access Database?

How do I kill user connections to an Access Database?

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 400 USD, Received: 35 USD (9%)
Please Donate...
Related Topics...
Thread Thread Starter Forum Replies Last Post
Multiple User Access to a database Ken Mechail Information Technology 3 28-Jul-2006 08:31 AM
database connections kurtoakley Information Technology 1 28-Jul-2006 08:19 AM
I have a database that, for one user only, read-only and I can't ELC Information Technology 3 28-Jul-2006 08:04 AM
How do I trace down user of Access database? dwz Information Technology 1 13-Nov-2005 17:33 PM


Tags
kill, user, connections, access, database
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:35 AM
Darren's Avatar Darren
Guest
 
Posts: n/a
   
   
How do I kill user connections to an Access Database?

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
Hello,

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/13277-how-do-i-kill-user-connections.html
I need to kill user connections to an Access database to do maintenance, but
cannot find how ANYWHERE. Any help will be greatly appreciated!

-Darren

*








 
Do share your immediate thoughts or reactions on this issue? We value your views! Login Now! or Sign Up Today! to share your views with us.. Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:35 AM
Douglas J. Steele's Avatar Douglas J. Steele
Guest
 
Posts: n/a
   
   
Re: How do I kill user connections to an Access Database?

There's nothing built into Access to allow you to do this.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277

Take a look at http://support.microsoft.com/?id=128814 for what you can
build into your application.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Darren" wrote in message
news:328029B3-F247-4618-9B36-51E47B84CBBC@microsoft.com...
> Hello,
>
> I need to kill user connections to an Access database to do maintenance,
> but
> cannot find how ANYWHERE. Any help will be greatly appreciated!
>
> -Darren



Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:35 AM
Joseph Meehan's Avatar Joseph Meehan
Guest
 
Posts: n/a
   
   
Re: How do I kill user connections to an Access Database?

Darren wrote:
> Hello,
>
> I need to kill user connections to an Access database to do
> maintenance, but cannot find how ANYWHERE. Any help will be greatly
> appreciated!
>
> -Darren


http://support.microsoft.com/?id=128814

http://www.datastrat.com/Download2.html


--
Joseph Meehan
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277

Dia duit


Reply With Quote
  #4 (permalink)  
Old 28-Jul-2006, 08:35 AM
Darren's Avatar Darren
Guest
 
Posts: n/a
   
   
Re: How do I kill user connections to an Access Database?

Thanks for the INCREDIBLY quick replies. I do not wish to have sessions time
out, as this is an on-call application that is hit frequently by my team for
long periods of time. Is there a type of trigger button I could put on a
form that clears all users from the database?

"Douglas J. Steele" wrote:

> There's nothing built into Access to allow you to do this.
>
> Take a look at http://support.microsoft.com/?id=128814 for what you can
> build into your application.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277
> (no private e-mails, please)
>
>
> "Darren" wrote in message
> news:328029B3-F247-4618-9B36-51E47B84CBBC@microsoft.com...
> > Hello,
> >
> > I need to kill user connections to an Access database to do maintenance,
> > but
> > cannot find how ANYWHERE. Any help will be greatly appreciated!
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277
> >
> > -Darren

>
>
>

Reply With Quote
  #5 (permalink)  
Old 28-Jul-2006, 08:35 AM
Rick Brandt's Avatar Rick Brandt
Guest
 
Posts: n/a
   
   
Re: How do I kill user connections to an Access Database?

Darren wrote:
> Thanks for the INCREDIBLY quick replies. I do not wish to have
> sessions time out, as this is an on-call application that is hit
> frequently by my team for long periods of time. Is there a type of
> trigger button I could put on a form that clears all users from the
> database?


The only sure-fire way to boot them is via a network admin that disconnects them
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277
from the file server, and depending on what they are doing that could corrupt
your file.

--
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com


Reply With Quote
  #6 (permalink)  
Old 28-Jul-2006, 08:35 AM
Tony Toews's Avatar Tony Toews
Guest
 
Posts: n/a
   
   
Re: How do I kill user connections to an Access Database?

Darren wrote:

>Thanks for the INCREDIBLY quick replies. I do not wish to have sessions time
>out, as this is an on-call application that is hit frequently by my team for
>long periods of time. Is there a type of trigger button I could put on a
>form that clears all users from the database?


In the KB article 128814 the timer is set for 1000 milliseconds or
every second. Although the IDLEMINUTES is set for 5 minutes. Thus
that code is being executed every second. Now you can check the value
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277
of some data in a table somewhere and abruptly kick people out.

However if you were to do that I'd bump the timer to at least ten
seconds just to ensure the app is swamping the server with traffic
from multiple workstations.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Reply With Quote
  #7 (permalink)  
Old 28-Jul-2006, 08:35 AM
Tony Toews's Avatar Tony Toews
Guest
 
Posts: n/a
   
   
Re: How do I kill user connections to an Access Database?

Darren wrote:

>I need to kill user connections to an Access database to do maintenance, but
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277
>cannot find how ANYWHERE. Any help will be greatly appreciated!


Why would you want to do so?

Are you wanting to update the front end as it is a shared FE residing
on the server?

I specifically created the Auto FE Updater utility so that I could
make changes to the FE MDE as often as I wanted and be quite confident
that the next time someone went to run the app that it would pull in
the latest version. For more info on the errors or the Auto FE
Updater utility see the free Auto FE Updater utility at
http://www.granite.ab.ca/access/autofe.htm at my website to keep the
FE on each PC up to date.

Tony
--
Tony Toews, Microsoft Access MVP
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Reply With Quote
  #8 (permalink)  
Old 28-Jul-2006, 08:35 AM
Albert D.Kallal's Avatar Albert D.Kallal
Guest
 
Posts: n/a
   
   
Re: How do I kill user connections to an Access Database?

Actually, this might sound silly, but the way you do this is to ask all
users to log out....

You can actually go into the server, and display who has the file opened,
and actually CHOP the user....

However, doing the above is nearly the same as un-plugging the machine while
the user is working. So, don't use the file admin tools to chop out users
that are connected, as you will simply blow out (corrupt) your data file...

Users MUST be shut down in a orderly, and graceful manor, else you risk data
not being saved, and as mentioned a much worse issue of user damaging the
data file..

I explain with some nice diagrams as to why corruption will occur if you
don't allow the user to finish up their writing of data here

http://www.members.shaw.ca/AlbertKallal/Wan/Wans.html
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277

It is also assumed you split your applciation....I expalin this here

http://www.members.shaw.ca/AlbertKal...plit/index.htm

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277
pleaseNOOSpamKallal@msn.com
http://www.members.shaw.ca/AlbertKallal


Reply With Quote
  #9 (permalink)  
Old 28-Jul-2006, 08:35 AM
Douglas J. Steele's Avatar Douglas J. Steele
Guest
 
Posts: n/a
   
   
Re: How do I kill user connections to an Access Database?

  Donate Today!  
I've built applications that check the value of a flag in a table every time
a form is opened. If the flag is set appropriately, they're kicked out of
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277
the database. You can combine that with the Timer checking every x minutes.

Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13277
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Darren" wrote in message
news:AB103CA9-16AD-4BE3-8DC6-E78BE72BF36E@microsoft.com...
> Thanks for the INCREDIBLY quick replies. I do not wish to have sessions
> time
> out, as this is an on-call application that is hit frequently by my team
> for
> long periods of time. Is there a type of trigger button I could put on a
> form that clears all users from the database?
>
> "Douglas J. Steele" wrote:
>
>> There's nothing built into Access to allow you to do this.
>>
>> Take a look at http://support.microsoft.com/?id=128814 for what you can
>> build into your application.
>>
>> --
>> Doug Steele, Microsoft Access MVP
>> http://I.Am/DougSteele
>> (no private e-mails, please)
>>
>>
>> "Darren" wrote in message
>> news:328029B3-F247-4618-9B36-51E47B84CBBC@microsoft.com...
>> > Hello,
>> >
>> > I need to kill user connections to an Access database to do
>> > maintenance,
>> > but
>> > cannot find how ANYWHERE. Any help will be greatly appreciated!
>> >
>> > -Darren

>>
>>
>>



Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Gurbani Jukebox
Listen to Gurbani while surfing SPN!
» Active Discussions
sikhism Who is "Mohan"?
Today 08:46 AM
22 Replies, 335 Views
sikhism How important is Matha...
Today 08:12 AM
59 Replies, 1,038 Views
sikhism need urgent advice.......
Today 06:46 AM
6 Replies, 81 Views
sikhism ਨਾਮਾ
Today 06:37 AM
2 Replies, 53 Views
sikhism Sikh Diamonds Video...
Today 04:23 AM
6 Replies, 116 Views
sikhism Are Creator and Creation...
Today 01:30 AM
44 Replies, 2,837 Views
sikhism Herman Hesse,...
Today 00:54 AM
13 Replies, 229 Views
sikhism On a Scale of Most...
Yesterday 21:42 PM
30 Replies, 1,277 Views
sikhism I became victim by...
Yesterday 19:50 PM
0 Replies, 44 Views
sikhism Sikh Books downloads
Yesterday 15:39 PM
2 Replies, 66 Views
sikhism Salok Sheikh Farid ji...
Yesterday 09:35 AM
0 Replies, 47 Views
sikhism In Punjab, three farmers...
Yesterday 05:36 AM
0 Replies, 49 Views
sikhism Supernatural Sikhs, what...
Yesterday 03:45 AM
19 Replies, 414 Views
sikhism Sukhmani Sahib Astpadi...
26-May-2012 22:57 PM
0 Replies, 51 Views
Do You Think You Are...
26-May-2012 09:59 AM
94 Replies, 8,258 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.2

All times are GMT +6.5. The time now is 09:26 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.5.2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.48458 seconds with 30 queries