473,379 Members | 1,253 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Is this project to big for Access?

Database purpose is to perform Safety tests on buildings.
5,000 buildings.
20 Test Categories (Fire Safety, Location, Drainage, etc..)
5 TestsGroups per Category (Fields: GroupName, GroupDesc, Code, etc
about 5-10 fields)
3 Test per TestGroup (Fields: TestDesc, txtSummary [50chars],
Result[Boolean], date, etc about 6 fields)

Any building can have up to a total of 300 tests from any combination
of the above Categories, Groups and tests.
New Groups and Tests will be created on the fly by users. (total
number of tests unlikely to exceed 500)
Tests are performed twice per year.
All test need to be archived. (I thought of splitting up the database
by year... 2007tests.mdb, 2008test.mdb etc..)
Current test Data will be compared with recent test data to look for
unusual changes (i.e Fire saftey has declined)

50 users (concurrent 25). Many entering data remotely, so Terminal
Server will be used (Still maintaining a separate front end for each
user).

Can Access handle this?

Paul

May 18 '07 #1
4 1304
On 18 May 2007 05:46:37 -0700, go****@comcraft.freeserve.co.uk wrote:

Everything looked good until you said 25 concurrent users. That it
possible (254 is the max), but it will require more than average
skills from the designer / developer to deal with multi-user
conflicts.

Archiving by year is probably not needed. I would keep an eye on the
size of the BE and start archiving oldest projects first, all to the
same ArchiveBE. Keep the size well below the 2GB max.

-Tom.

>Database purpose is to perform Safety tests on buildings.
5,000 buildings.
20 Test Categories (Fire Safety, Location, Drainage, etc..)
5 TestsGroups per Category (Fields: GroupName, GroupDesc, Code, etc
about 5-10 fields)
3 Test per TestGroup (Fields: TestDesc, txtSummary [50chars],
Result[Boolean], date, etc about 6 fields)

Any building can have up to a total of 300 tests from any combination
of the above Categories, Groups and tests.
New Groups and Tests will be created on the fly by users. (total
number of tests unlikely to exceed 500)
Tests are performed twice per year.
All test need to be archived. (I thought of splitting up the database
by year... 2007tests.mdb, 2008test.mdb etc..)
Current test Data will be compared with recent test data to look for
unusual changes (i.e Fire saftey has declined)

50 users (concurrent 25). Many entering data remotely, so Terminal
Server will be used (Still maintaining a separate front end for each
user).

Can Access handle this?

Paul
May 18 '07 #2
"Tom van Stiphout" <no*************@cox.netwrote
Everything looked good until you said 25
concurrent users. That it possible (254 is
the max), but it will require more than average
skills from the designer / developer to deal
with multi-user conflicts.
From the problem description, it seems unlikely that two concurrent users
would be working on the same building/test, etc., and, IIRC, adding two new
records hasn't been a "conflict" problem since Access 95 or maybe Access
2.0.

My experience is that the business logic of most systems is such that
multiple users working on the same record is not nearly as common as people
fear. Take, for example, an electric utilility: if one clerk is handling a
customer call about a particular account, the probability of another clerk
concurrently getting a customer call about that same account is low.

And, in recent-versions, Record-Level locking should be used... to avoid two
users working on Records that just happen to be in the same page of disk
storage.

Larry Linson
Microsoft Access MVP

May 18 '07 #3
Per go****@comcraft.freeserve.co.uk:
>50 users (concurrent 25).
When you mean "Access", that could refer to the front end or the
back end.

Back end, 25 concurrent users, I'd try to sell the user on SQL
Serve as the back end. Not a religious issue.... but my gut
reaction...

Front end... no problem.
--
PeteCresswell
May 18 '07 #4

"Tom van Stiphout" <no*************@cox.netwrote in message
news:76********************************@4ax.com...
On 18 May 2007 05:46:37 -0700, go****@comcraft.freeserve.co.uk wrote:

Everything looked good until you said 25 concurrent users. That it
possible (254 is the max), but it will require more than average
skills from the designer / developer to deal with multi-user
conflicts.
I would think an application for 25 concurrent users would require an above
average developer using a Jet backend or SQL backend. An Access frontend
should not be a problem.
Archiving by year is probably not needed. I would keep an eye on the
size of the BE and start archiving oldest projects first, all to the
same ArchiveBE. Keep the size well below the 2GB max.

-Tom.

Database purpose is to perform Safety tests on buildings.
5,000 buildings.
20 Test Categories (Fire Safety, Location, Drainage, etc..)
5 TestsGroups per Category (Fields: GroupName, GroupDesc, Code, etc
about 5-10 fields)
3 Test per TestGroup (Fields: TestDesc, txtSummary [50chars],
Result[Boolean], date, etc about 6 fields)

Any building can have up to a total of 300 tests from any combination
of the above Categories, Groups and tests.
New Groups and Tests will be created on the fly by users. (total
number of tests unlikely to exceed 500)
Tests are performed twice per year.
All test need to be archived. (I thought of splitting up the database
by year... 2007tests.mdb, 2008test.mdb etc..)
Current test Data will be compared with recent test data to look for
unusual changes (i.e Fire saftey has declined)

50 users (concurrent 25). Many entering data remotely, so Terminal
Server will be used (Still maintaining a separate front end for each
user).

Can Access handle this?

Paul

May 18 '07 #5

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

Similar topics

7
by: damjanu | last post by:
Hi All; I need little help. I have a datasheet form. I allow user to do 'filter by selection'. My form contains a column with values. As user changes selections, I want to calculate totals....
4
by: bdj | last post by:
Hello! How to make reports of resource-plan in MS-project accessible even if you don't have MS-project installed? Can you use ODBC from Access for this? Or Perl, or something else? /Bjørn
1
by: Marc | last post by:
Here goes... Outlook 2003 -> Access -> Crystal Reports ...via VB 6.0 code Basically I have a VB 6.0 project working on my machine. All with the click of a button , the Vb code extracts rows...
5
by: z. f. | last post by:
Hi, I'm working on a web project and i create classes to do business logic and connect to DB. i also need a windows application to do the same functionality as defined in classes inside the...
1
by: EO | last post by:
I am trying to use the MSFT data access application block on 3 machines. Machine 1: Sandbox environment; I installed the application block with the msi. The Sqlhelper class compiles & runs...
6
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free)...
29
by: Tony Girgenti | last post by:
Hello. I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer. I'm using a web form. How do I...
24
by: =?Utf-8?B?RHIuIFMu?= | last post by:
I am incorporating three existing programs into a new "all in one" program. I have added the three projects to the new all in one project. How do I instruct the new initial menu to launch the main...
3
by: Jeff | last post by:
I have a solution with two projects. Project A is the startup project, while Project B serves as the project with the data logic. At run time, the first thing I need to do is write to Project...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.