A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Database Distribution



 
 
Thread Tools Display Modes
  #1  
Old February 12th, 2009, 10:34 AM posted to microsoft.public.access.tablesdbdesign
LindaBee
external usenet poster
 
Posts: 52
Default Database Distribution

I have created a database which works well and now it is ready for user input
I have read in various forums that you need to split the database in 2 FE and
BE which I have done I have also read that you need to make a copy to put on
each users desktop.

Here lies the problem: I have almost 200 user does that mean I will have to
make about 200 copies and go to each desktop to install the copy. is there an
easier way of distibuting the database or do I make one copy and get each
user to copy it onto their desktop.

The second question is on workgroups what are they? how do they work and
will I need to create one for my users.

Sorry for the queries I have been creating databasess for my own use but
this is the first time I have had to distribute to a large group.

Any help will be highly appreciated and welcome sorry if this has been asked
somewhere in the groups but I have not found any posts that answer this in a
simple way
  #2  
Old February 18th, 2009, 01:23 AM posted to microsoft.public.access.tablesdbdesign
Jay974 via AccessMonster.com
external usenet poster
 
Posts: 9
Default Database Distribution

Hi Linda

The way I handle this type of setup is to have a central dummy launcher.

Set up a database with an autoexec macro to run some code. My code runs in
the following order:-

1. Check to see if the database already exists on the local machine
2. If the database already exists on the local machine, check the version of
that against the central copy. If it doesn't match, download a copy
3. If the database does not exist locally, copy from the central location to
the local machine.
4. When copy is complete or no copy needed, open the main database
5. Close the dummy launcher

Your network setup and security policies will determine where the local copy
goes. If the users have roaming profiles with a personal network share, I
would recommend downloading the copy to there. If this is not possible, you
will have to put onto the local machine. If you are not to sure how to do any
of this, I can post some code examples if required.

With regards to workgroups, this is used for Access security. Only you will
know if this is required depending on the data your database will hold. In
all honesty, I would prefer to go with SQL server security over Access
security. Not for any technical reason, only that I can "delegate" the admin
of this to our DBA teams.

As I’m unsure as to your level of experience, it's worth pointing out that
you will need an SQL server to handle 200 users.

Jay

--
Message posted via http://www.accessmonster.com

 




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:33 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.