473,486 Members | 1,972 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Best alternative to MS Access on a shared drive

Hi All;

I work for a company which is currently utlizing MS Access on a shared drive
where people from all over the country access. Because all are wishing to
view a single database maintained solely by us (in Florida), each region
cannot have their own individual database on their local servers (otherwise
we would have to update several databases as opposed to one central database).
We have tried splitting the database, but it is still too slow. We are now
considering a web-based application. What would be the best alternative for
us? What they are looking for is an application we can access on the company
intranet. Any suggestions appreciated.

Thanks In Advance. :)

--
Message posted via http://www.accessmonster.com
Jan 19 '06 #1
13 4213
You could write an entire ASP.NET (or any other language) front-end for
your database system, but if you want a quick 'n' dirty, you can try
Data Access Pages.

I work with school districts. When I run into a situation like yours, I
put the backend on the server and place a shortcut to a batch file on
each user's PC. The batch file copies a front-end down to the user's
computer. The user can make changes to data on the backend, and if
there's an update all that has to be changed is the front-end on the
server.

Jan 19 '06 #2
Per Pamela via AccessMonster.com:
I work for a company which is currently utlizing MS Access on a shared drive
where people from all over the country access. Because all are wishing to
view a single database maintained solely by us (in Florida), each region
cannot have their own individual database on their local servers (otherwise
we would have to update several databases as opposed to one central database).
We have tried splitting the database, but it is still too slow. We are now
considering a web-based application. What would be the best alternative for
us? What they are looking for is an application we can access on the company
intranet. Any suggestions appreciated.


Distinguish between back and front ends. Back end being the tables that those
people are going after.

Sounds to me like a classic case for moving the tables to SQL Server.
--
PeteCresswell
Jan 20 '06 #3
I explain some possible solutions here..and some involve keeping ms-access
as is

http://www.members.shaw.ca/AlbertKallal//Wan/Wans.html

--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
http://www.members.shaw.ca/AlbertKallal
Jan 20 '06 #4
CL
Hi Pamela,

I have been faced with a similar problem. The solution I implemented
was to keep the original database on the server and install/setup
Microsoft Terminal Server. The overall cost was cheaper than re-writing
the database front end as a set of web pages and upsizing access to SQL
Server. Be aware that Access is not the fastest/reliable database when
used on a web server IE you need to upsize.

Good luck,
Craig L
www.directory-base.com

Jan 20 '06 #5
"(PeteCresswell)" <x@y.Invalid> wrote in
news:07********************************@4ax.com:
Per Pamela via AccessMonster.com:
I work for a company which is currently utlizing MS Access on a
shared drive where people from all over the country access.
Because all are wishing to view a single database maintained
solely by us (in Florida), each region cannot have their own
individual database on their local servers (otherwise we would
have to update several databases as opposed to one central
database). We have tried splitting the database, but it is still
too slow. We are now considering a web-based application. What
would be the best alternative for us? What they are looking for
is an application we can access on the company intranet. Any
suggestions appreciated.


Distinguish between back and front ends. Back end being the
tables that those people are going after.

Sounds to me like a classic case for moving the tables to SQL
Server.


Sounds to me like a classic case of needing Terminal Server.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jan 20 '06 #6
"Pamela via AccessMonster.com" <u11418@uwe> wrote in
news:5a9a6a1a7b038@uwe:
I work for a company which is currently utlizing MS Access on a
shared drive where people from all over the country access.
Because all are wishing to view a single database maintained
solely by us (in Florida), each region cannot have their own
individual database on their local servers (otherwise we would
have to update several databases as opposed to one central
database). We have tried splitting the database, but it is still
too slow. We are now considering a web-based application. What
would be the best alternative for us? What they are looking for
is an application we can access on the company intranet. Any
suggestions appreciated.


Windows Terminal Server. Period. End of Statement.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jan 20 '06 #7
Per David W. Fenton:
Sounds to me like a classic case of needing Terminal Server.


I jumped to the (unwarranted upon re-reading the OP) conclusion that the app was
getting hit by a large number of concurrent users.
--
PeteCresswell
Jan 20 '06 #8
Wow! Thanks for all the replies! The database is a fairly simple one (not
much behind the scenes programming) & is hit by a fair number of users. I
would say ~20, but that's just a guess, may be more. Managers as well as
recruiters will be using it. I'm not sure who I can convinve to try these
alternative methods, but I'll give it a go. It is a needed database & the
slowness is an issue of growing concern, especially in California where they
are trying to use the database which is housed on a server in Florida over
the network.

David W. Fenton wrote:
I work for a company which is currently utlizing MS Access on a
shared drive where people from all over the country access.

[quoted text clipped - 7 lines]
is an application we can access on the company intranet. Any
suggestions appreciated.


Windows Terminal Server. Period. End of Statement.


--
Message posted via http://www.accessmonster.com
Jan 20 '06 #9
Speed issues can greatly be reduced by eliminating linked tables and using
all ADO/DAO calls. 20 users is not many. As long as the network is fast
enough, speed should not be an issue - it will never be SQL Server, but it
should be "fast enough". But if the network is anything less than 100%
reliable, you *will* get occasional corruption and downtime while you
manually repair what a server database does automatically.

--
Darryl Kerkeslager
Jan 21 '06 #10
Hum. www.realvnc.com

There is an entreprise edition. Cheap and light. My biggest client
(largest steelmaker in the world) uses it.


Windows Terminal Server. Period. End of Statement.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/

Jan 21 '06 #11
Anoter possibility is the data base software
Alpha Five V7 from
www.alphasoftware.com

It is similar to MS Access, but also has integrated web development. You
either must purchase their web server software and install it on your own
machine, or host your site on their web server ($30/mo)
Jan 21 '06 #12
"Saintor" <sa******@REMOVETHIShotmail.com> wrote in
news:NG********************@wagner.videotron.net:
Windows Terminal Server. Period. End of Statement.
Hum. www.realvnc.com


VNC is not comparable at all. It doesn't allow multiple users to run
independent sessions on a single machine, and it's not even close to
performing well enough for someone to work in it full-time.
There is an entreprise edition. Cheap and light. My biggest
client (largest steelmaker in the world) uses it.


Windows Terminal Server uses native GDI graphics calls, and thus is
very, very fast. VNC just pushes bits across the wire, which makes
it substantially slower. Unless the enterprise edition also uses
Windows GDI calls (something I'd doubt, given VNC's multi-platform
origins), then it can't possibly perform as well as Terminal Server
at any cost.

And Windows Terminal Server is not all that expensive in terms of
licensing costs (there would be corresponding hardware and
telecommunications infrastructure costs for a VNC-based solution),
since we're talking about a circumstance where the users already
have Access, so there'd be no need to acquire the Office licenses
necessary to run an Office app in WTS. The TS CALs are around $40
apiece, which is not a very high fee. There is no additional server
cost, as WTS is built into Win2K Server and Win2K3 Server.

In short, much as I like and use VNC (for support, troubleshooting,
etc., with individual users), it is simply not even close to being
comparable as a solution.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Jan 21 '06 #13
Good infos. Txs.
Windows Terminal Server uses native GDI graphics calls, and thus is
very, very fast. VNC just pushes bits across the wire, which makes
it substantially slower. Unless the enterprise edition also uses
Windows GDI calls (something I'd doubt, given VNC's multi-platform
origins), then it can't possibly perform as well as Terminal Server
at any cost.

And Windows Terminal Server is not all that expensive in terms of
licensing costs (there would be corresponding hardware and
telecommunications infrastructure costs for a VNC-based solution),
since we're talking about a circumstance where the users already
have Access, so there'd be no need to acquire the Office licenses
necessary to run an Office app in WTS. The TS CALs are around $40
apiece, which is not a very high fee. There is no additional server
cost, as WTS is built into Win2K Server and Win2K3 Server.

In short, much as I like and use VNC (for support, troubleshooting,
etc., with individual users), it is simply not even close to being
comparable as a solution.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/


Jan 22 '06 #14

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

Similar topics

3
6423
by: MLH | last post by:
I'm developing an app that I'd like to backup each time I open it for modifications. Is it too late to do so after opening the file with Access? Here's what I've been trying... Trevor Best posted...
1
4351
by: intl04 | last post by:
Are there any problems with multiple user access to the same Access database on a shared network drive? I have 'shared' chosen for 'default open mode'. As for the record locking properties, I...
0
1262
by: MikeL | last post by:
I am using Access 2K and have created a simple data access page which only works properly when it is run from the local C drive. The data file that is being accessed is held on a shared network...
5
3673
by: premmehrotra | last post by:
I currently have a multi-user access database which is put on a shared drive L: on a Windows Servers. Entire database is one file premdb.mdb. Users access this database from their laptops....
2
990
by: dbui | last post by:
I have an ASP.NET application running on one win2k server and it needs to access a shared folder in other server. To access this shared folder, I have to login with user name and password. I...
12
3066
by: Ron Weldy | last post by:
I have a test server runinng 2003/IIS 6 with a mixture of asp and asp.net files. On my workstation I have a share set up to the folder where the web files reside. I am just doing quick and dirty...
3
6793
by: KSC | last post by:
Hello, Is there a way to programmatically determine if a directory is shared and if so, what the sharename is? It seems a simple question, but I have been searching and not found the...
0
2092
by: =?Utf-8?B?SmltSGVhdmV5?= | last post by:
I developed some web pages and stored those pages on a "removable drive". All was right with the world. I then took the "removable drive" and moved it to another machine but mapped that drive with...
8
2198
by: John Google | last post by:
Hi, I've been asked to amend an Access 2002 DB that has been used by users using the MDE version. I have, what seems to be the original MDB version containing all the front end stuff but, by...
0
7099
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
6964
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7175
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
7319
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
5430
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
4864
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
4559
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
1378
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 ...
0
262
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.