473,411 Members | 2,059 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,411 software developers and data experts.

Access-XP - ADP Should I or shouldn't I???

I consider myself an intermediate to budding-expert in developing
using ACC-97. For some time now, on Win-NT, I've been using Split DB's
with backend on server and front end local with all my users. This has
worked great. I'm taking on a new position that has increased my user
base from around 150 to more than 1000. My first project is to build
an employee db that will track vacation time, and serve as a
repository to all future db's that require employee information.
InfoSystems has been pushing SQL Server as the db of choice. I'm
seeing a lot about ADP. Would it be in my best interest to develop
this new project using ADP/SQL Server because of the increase in user
base? I haven't seen any good books on "teach yourself ADP" and would
only have 4-6 weeks to ramp up. I already have Access-XP, but few of
the users do, will I need a runtime module? Will I need a "Developers
Edition" in order to creat XP RunTime code??? Any advise would be
deeply appreciated!
Nov 12 '05 #1
4 3113
Some very knowledgeable Access developers advise against using ADPs; other
very knowledgeable Access developers advise using them with MS SQL Server
back ends.

My Access client - server database client-server applications have all been
Access - Jet - ODBC - server database and have worked well with user
audiences in the low hundreds.

I think there are a number of factors you are going to have to take into
consideration. One of those is, do you really want a client-server model
with that many users? You may be better served with a web-based application
done with asp or ASP.NET pages and an SQL Server database, or with Cold
Fusion, or some other approach.

Perhaps some who have done larger client-server applications, and who've
done and liked the ADP approach will weigh in with opinions.

Larry Linson
Microsoft Access MVP
"Ron_A" <ro**********@excite.com> wrote in message
news:4c**************************@posting.google.c om...
I consider myself an intermediate to budding-expert in developing
using ACC-97. For some time now, on Win-NT, I've been using Split DB's
with backend on server and front end local with all my users. This has
worked great. I'm taking on a new position that has increased my user
base from around 150 to more than 1000. My first project is to build
an employee db that will track vacation time, and serve as a
repository to all future db's that require employee information.
InfoSystems has been pushing SQL Server as the db of choice. I'm
seeing a lot about ADP. Would it be in my best interest to develop
this new project using ADP/SQL Server because of the increase in user
base? I haven't seen any good books on "teach yourself ADP" and would
only have 4-6 weeks to ramp up. I already have Access-XP, but few of
the users do, will I need a runtime module? Will I need a "Developers
Edition" in order to creat XP RunTime code??? Any advise would be
deeply appreciated!

Nov 12 '05 #2
ro**********@excite.com (Ron_A) wrote in
<4c**************************@posting.google.com >:
I haven't seen any good books on "teach yourself ADP" and would
only have 4-6 weeks to ramp up. I already have Access-XP, but few
of the users do, will I need a runtime module? Will I need a
"Developers Edition" in order to creat XP RunTime code???


I can't make any recommendations on the ADP front, though for
myself, I've decided that if faced with a SQL Server project where
an ADP would be appropriate, I certainly will avoid it at all
costs.

As to the question of Access XP, its native file format is the same
as Access 2000, so if your users have that installed, you won't
need a runtime installation.

If your users have Access 97 installed, though, you'll need to do
something else. If the users actually utilize A97 for more than
just running your app, then the runtime may not be an option. I
don't know if the A2K runtime breaks installed A97 or not, but it's
the kind of thing I'd worry about.

In any event, you could also still develop in A97 and use ODBC to
connect to SQL Server. It wouldn't be as flashy and up-to-date as
A2K using ADO to SQL Server, but it would probably perform just as
well and would require no upgrades to the existing desktops that
already have A97.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #3
Against all odds, I have yet to see an ADP that performs significantly
faster than DAO with a good back-end engine. But at 1000 users, you need a
web interface IMO.

If you want to go with the developer solution, get an Installer for Windows.
I went with Wise with Sagekey. Sure it was around 1000$ in addition to the
Developer kit, but MS does not seem to be competent for developping custom
package solutions.

"Ron_A" <ro**********@excite.com> wrote in message
news:4c**************************@posting.google.c om...
I consider myself an intermediate to budding-expert in developing
using ACC-97. For some time now, on Win-NT, I've been using Split DB's
with backend on server and front end local with all my users. This has
worked great. I'm taking on a new position that has increased my user
base from around 150 to more than 1000. My first project is to build
an employee db that will track vacation time, and serve as a
repository to all future db's that require employee information.
InfoSystems has been pushing SQL Server as the db of choice. I'm
seeing a lot about ADP. Would it be in my best interest to develop
this new project using ADP/SQL Server because of the increase in user
base? I haven't seen any good books on "teach yourself ADP" and would
only have 4-6 weeks to ramp up. I already have Access-XP, but few of
the users do, will I need a runtime module? Will I need a "Developers
Edition" in order to creat XP RunTime code??? Any advise would be
deeply appreciated!

Nov 12 '05 #4

"Ron_A" <ro**********@excite.com> wrote in message
news:4c**************************@posting.google.c om...
I consider myself an intermediate to budding-expert in developing
using ACC-97. For some time now, on Win-NT, I've been using Split DB's
with backend on server and front end local with all my users. This has
worked great. I'm taking on a new position that has increased my user
base from around 150 to more than 1000. My first project is to build
an employee db that will track vacation time, and serve as a
repository to all future db's that require employee information.
InfoSystems has been pushing SQL Server as the db of choice. I'm
seeing a lot about ADP. Would it be in my best interest to develop
this new project using ADP/SQL Server because of the increase in user
base? I haven't seen any good books on "teach yourself ADP" and would
only have 4-6 weeks to ramp up. I already have Access-XP, but few of
the users do, will I need a runtime module? Will I need a "Developers
Edition" in order to creat XP RunTime code??? Any advise would be
deeply appreciated!

Go to: http://www.mvp.com
Best Regards
Joan "JetMaster" Jett, MVP

Nov 12 '05 #5

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

Similar topics

63
by: Jerome | last post by:
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy...
13
by: bill | last post by:
I am trying to convince a client that dotNet is preferable to an Access project (ADP/ADE). This client currently has a large, pure Access MDB solution with 30+ users, which needs to be upgraded....
1
by: Dave | last post by:
Hello NG, Regarding access-declarations and member using-declarations as used to change the access level of an inherited base member... Two things need to be considered when determining an...
13
by: Simon Bailey | last post by:
I am a newcomer to databases and am not sure which DBMS to use. I have a very simplified knowledge of databases overall. I would very much appreciate a (simplifed) message explaining the advantages...
49
by: Yannick Turgeon | last post by:
Hello, We are in the process of examining our current main application. We have to do some major changes and, in the process, are questionning/validating the use of MS Access as front-end. The...
20
by: Olav.NET | last post by:
I am a .NET/C++ developer who is supposed to do some work with Access. I do not know much about it except for the DB part. Questions: *1* I am looking for INTENSIVE books to get quickly up to...
47
by: ship | last post by:
Hi We need some advice: We are thinking of upgrading our Access database from Access 2000 to Access 2004. How stable is MS Office 2003? (particularly Access 2003). We are just a small...
64
by: John | last post by:
Hi What future does access have after the release of vs 2005/sql 2005? MS doesn't seem to have done anything major with access lately and presumably hoping that everyone migrates to vs/sql. ...
4
by: bbdobuddy | last post by:
Hi, How do I open a Microsoft Access 2003 form from Visual Basic.net Thanks in advance bbdobuddy
17
by: Mell via AccessMonster.com | last post by:
Is there a way to find out where an application was created from? i.e. - work or home i.e. - if application sits on a (work) server/network, the IT people know the application is sitting...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...
0
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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
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
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...

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.