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

OT?: Application Architecture Question

CJM
I have a potential client who has a Access-based DB which they use for
recording orders, customer details etc...

They want to provide some of this information online, eg. customer account
details and stock-levels etc, whilst retaining their existing functionality.
They also want to retain the Access front-end but want to migrate the DB to
SQL Server.

AFAIK, they dont have local, dedicated web servers, but use a hosting
package of some description.

I'm trying to think of different ways to tackle this, but no 'silver-bullet'
solution.

1) Host their own web server. Access (via and Access Data Project or ODBC)
could communicate with the same SQL Server as the ASP application. Not sure
if the have the will/money/technical capacity to host their own servers, but
I suspect not.

2) Scrap Access and redevelop all there back-end & UI to use ASP/SQL Server
online - requires a lot of re-work, and means that the whole operation is
vulnerable if the site goes down.

3) Keep existing systems, and periodically update online SQL Server DB with
the needed information. Not sure yet how much data we are talking about
here, and not sure how we could synchronise the online-offline DBs

Can anybody think of any alternatives? Any comment on these?

It seems this is a relatively small org trying to think bigger, but I fear
I'm going to dash their hopes. Without making the project a lot more
complicated and expensive, I'm not sure how we can do what they want.

I'd also be appreciative for comments on the synchronisation idea. How could
we go about synchronising and Access & SQL?

Does anybody have any experience in this whole area that they can share?

Thanks in advance

Chris
Jul 19 '05 #1
4 1253
Given the situation, I would go with #3. If they were technically savvy, I
would go with #1.

A fourth option would be a combination of 1 and 3. Export data on a regular
basis to an external web server. But then, create a local web service that
gives information on live data such as inventory count. By doing this, you
could upgrade the local DB to SQL server, and still be able to maintain it
locally.

As you mentioned, there is no "silver bullet" for any problem -- most happen
to be the best compromise.

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"CJM" <cj*******@newsgroups.nospam> wrote in message
news:uL**************@TK2MSFTNGP09.phx.gbl...
I have a potential client who has a Access-based DB which they use for
recording orders, customer details etc...

They want to provide some of this information online, eg. customer account
details and stock-levels etc, whilst retaining their existing functionality. They also want to retain the Access front-end but want to migrate the DB to SQL Server.

AFAIK, they dont have local, dedicated web servers, but use a hosting
package of some description.

I'm trying to think of different ways to tackle this, but no 'silver-bullet' solution.

1) Host their own web server. Access (via and Access Data Project or ODBC)
could communicate with the same SQL Server as the ASP application. Not sure if the have the will/money/technical capacity to host their own servers, but I suspect not.

2) Scrap Access and redevelop all there back-end & UI to use ASP/SQL Server online - requires a lot of re-work, and means that the whole operation is
vulnerable if the site goes down.

3) Keep existing systems, and periodically update online SQL Server DB with the needed information. Not sure yet how much data we are talking about
here, and not sure how we could synchronise the online-offline DBs

Can anybody think of any alternatives? Any comment on these?

It seems this is a relatively small org trying to think bigger, but I fear
I'm going to dash their hopes. Without making the project a lot more
complicated and expensive, I'm not sure how we can do what they want.

I'd also be appreciative for comments on the synchronisation idea. How could we go about synchronising and Access & SQL?

Does anybody have any experience in this whole area that they can share?

Thanks in advance

Chris

Jul 19 '05 #2
You need to ask them WHY they want to upgrade to SQL server...
and then build your answer based on that.

"CJM" wrote:
I have a potential client who has a Access-based DB which they use for
recording orders, customer details etc...

They want to provide some of this information online, eg. customer account
details and stock-levels etc, whilst retaining their existing functionality.
They also want to retain the Access front-end but want to migrate the DB to
SQL Server.

AFAIK, they dont have local, dedicated web servers, but use a hosting
package of some description.

I'm trying to think of different ways to tackle this, but no 'silver-bullet'
solution.

1) Host their own web server. Access (via and Access Data Project or ODBC)
could communicate with the same SQL Server as the ASP application. Not sure
if the have the will/money/technical capacity to host their own servers, but
I suspect not.

2) Scrap Access and redevelop all there back-end & UI to use ASP/SQL Server
online - requires a lot of re-work, and means that the whole operation is
vulnerable if the site goes down.

3) Keep existing systems, and periodically update online SQL Server DB with
the needed information. Not sure yet how much data we are talking about
here, and not sure how we could synchronise the online-offline DBs

Can anybody think of any alternatives? Any comment on these?

It seems this is a relatively small org trying to think bigger, but I fear
I'm going to dash their hopes. Without making the project a lot more
complicated and expensive, I'm not sure how we can do what they want.

I'd also be appreciative for comments on the synchronisation idea. How could
we go about synchronising and Access & SQL?

Does anybody have any experience in this whole area that they can share?

Thanks in advance

Chris

Jul 19 '05 #3
CJM
I think the why is easy.... Access is grinding to a halt.

170,000 customer records plsu 9 years of Sales data... combine that with
multi-user access and you have a quagmire!

"Patty O'Dors" <Pa********@discussions.microsoft.com> wrote in message
news:A4**********************************@microsof t.com...
You need to ask them WHY they want to upgrade to SQL server...
and then build your answer based on that.

"CJM" wrote:
I have a potential client who has a Access-based DB which they use for
recording orders, customer details etc...

They want to provide some of this information online, eg. customer account details and stock-levels etc, whilst retaining their existing functionality. They also want to retain the Access front-end but want to migrate the DB to SQL Server.

AFAIK, they dont have local, dedicated web servers, but use a hosting
package of some description.

I'm trying to think of different ways to tackle this, but no 'silver-bullet' solution.

1) Host their own web server. Access (via and Access Data Project or ODBC) could communicate with the same SQL Server as the ASP application. Not sure if the have the will/money/technical capacity to host their own servers, but I suspect not.

2) Scrap Access and redevelop all there back-end & UI to use ASP/SQL Server online - requires a lot of re-work, and means that the whole operation is vulnerable if the site goes down.

3) Keep existing systems, and periodically update online SQL Server DB with the needed information. Not sure yet how much data we are talking about
here, and not sure how we could synchronise the online-offline DBs

Can anybody think of any alternatives? Any comment on these?

It seems this is a relatively small org trying to think bigger, but I fear I'm going to dash their hopes. Without making the project a lot more
complicated and expensive, I'm not sure how we can do what they want.

I'd also be appreciative for comments on the synchronisation idea. How could we go about synchronising and Access & SQL?

Does anybody have any experience in this whole area that they can share?

Thanks in advance

Chris

Jul 19 '05 #4
"CJM" <cj*******@newsgroups.nospam> wrote in message news:<uL**************@TK2MSFTNGP09.phx.gbl>...
I have a potential client who has a Access-based DB which they use for
recording orders, customer details etc...

They want to provide some of this information online, eg. customer account
details and stock-levels etc, whilst retaining their existing functionality.
They also want to retain the Access front-end but want to migrate the DB to
SQL Server.

AFAIK, they dont have local, dedicated web servers, but use a hosting
package of some description.

I'm trying to think of different ways to tackle this, but no 'silver-bullet'
solution.

1) Host their own web server. Access (via and Access Data Project or ODBC)
could communicate with the same SQL Server as the ASP application. Not sure
if the have the will/money/technical capacity to host their own servers, but
I suspect not.
1. I agree this is the best and easiest solution for combining the
Access DB with the SQL info. Expenses are a web server, a db server,
bandwidth, and if necessary a few hours with a security specialist.

The current expense really depends on if the company has spare
hardware and bandwith that will handle the average traffic for their
site. They may have a box or two lying around somewhere, of course
maybe not.

You may run into problems if they have a network guy, and he doesn't
know web or DB servers of course.

2) Scrap Access and redevelop all there back-end & UI to use ASP/SQL Server
online - requires a lot of re-work, and means that the whole operation is
vulnerable if the site goes down.
2. This is harder, I'm used to developing most stuff in ASP to begin
with. I have seen a fully-funcitoning CRM tool that uses an Access
DB, but has the data in it linked to SQL tables.

If the DB architecture isn't going to change much this may be your
silver bullet. The only problem anyone notcied with the setup is that
it took a little bit of fiddling around (resetting the link sometimes)
for architectural changes to propagate to Access.

I still know the guy who's using this system, I may be able to get you
an email of someone experience with this setup.

3) Keep existing systems, and periodically update online SQL Server DB with
the needed information. Not sure yet how much data we are talking about
here, and not sure how we could synchronise the online-offline DBs

3. If as you mention below it is a really small group then hand
updating the online DB may be a good option. It depends what 6 hour
old data is going to do to the business.

Very small businesses are either small enough that there are people
using the data late because the main couple of people at the company
are at the office all the time, or they are just big enough that the
main people that are going to be using the data are done at 4:45 pm.

If the latter is the case then you're set. If the current online SQL
server gives you permissions to use DTS, then set up a DTS package on
a SQL server at their location to pull the data out of Access at
midnight. Then setup another DTS package to ship the data to the
online SQL server at 1am.

Otherwise your job is to hand pick the data every 'business' night up
to the online server, in which case you need some kind of stipend
right?
Can anybody think of any alternatives? Any comment on these?

It seems this is a relatively small org trying to think bigger, but I fear
I'm going to dash their hopes. Without making the project a lot more
complicated and expensive, I'm not sure how we can do what they want.

I'd also be appreciative for comments on the synchronisation idea. How could
we go about synchronising and Access & SQL?

Does anybody have any experience in this whole area that they can share?

Thanks in advance

Chris


Hope that's what you're looking for.

Zeke
Jul 19 '05 #5

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

Similar topics

21
by: Lasher | last post by:
Hi, I have clients using an application that allows users to change their passwords. The application uses the 'ALTER USER xxx IDENTIFIED BY.....' command. What I need to do is use Oracle to...
1
by: Vin | last post by:
Hi, I've got a VB.Net + ASP.Netmessage board application which has already been customized. There are two solutions in this application. 1. The front end aspx, aspx.vb files, User controls...
2
by: John A | last post by:
I have a Web Service that I am reponsible for that we use for data integration purposes. Recently I have been tasked with sending some of this data to a third party. Because they need to receive...
22
by: Jordan S. | last post by:
SQL Server will be used as the back-end database to a non trivial client application. In question is the choice of client application: I need to be able to speak intelligently about when one...
13
by: rrs.matrix | last post by:
hi i have to detect the type of CPU. whether it is 32-bit or 64-bit.. how can this be done.. can anyone please help me.. thanks.
3
by: C | last post by:
I have been working as a Senir .NET Developer for the past 4 years and worked with VB6 and Classic ASP for 4 years previous to this. I have did an interview recently for an Architect Role. They...
15
by: (PeteCresswell) | last post by:
Some time within the next nine months, there's a pretty good chance I'll have the "opportunity" to port a bond trading system that I wrote - whose front end is currently MS Access - to .NET. ...
0
by: jehugaleahsa | last post by:
On Jun 13, 3:09 pm, "Bob Powell " <b...@spamkillerbobpowell.net> wrote: I apologize for the size. I should have probably put this on a blog or something. I'm not interested in tools. I...
1
by: abhijitbkulkarni | last post by:
Hello, I am designing a .NET database application that uses 3 tier architecture. Starting initially, this application will be desktop application but I will convert it into a website later but...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...
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...

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.