473,799 Members | 3,822 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1269
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*******@news groups.nospam> wrote in message
news:uL******** ******@TK2MSFTN GP09.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********@dis cussions.micros oft.com> wrote in message
news:A4******** *************** ***********@mic rosoft.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*******@news groups.nospam> wrote in message news:<uL******* *******@TK2MSFT NGP09.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
3467
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 capture the username and password and send the info to another Oracle instance on a different server and update that users password. Basically I need to keep the user's password in sync between two different databases.
1
355
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 solution 2. A components solution which has .vb files which have the code to call inserts, updates, deletes to the database (SQL server 2000) Its much like the available general ASP.Netmessage board. Only a bit customized. Right now a simple...
2
1776
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 the data in real time. They have requested that I subscribe to a Web Service that they have published. The only problem is that they often take longer than 30 seconds to process my data before I get a response back from them. This is taking far...
22
6290
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 client (MS Access vs ..NET Windows Forms) would be preferred over the other. While I have some good arguments on both sides, I would appreciate your points of view on the topic.
13
7213
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
1224
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 asked how I approached Design and also what methodologies I used. Generally the applications I have worked on have been designed on an ad-hoc basis using no real methodologies. This is something that I am lacking.
15
2633
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. Quotes bc I need this like I need another hole in the head. But in the words of one of my esteemed colleagues: "I don't sell programming; I sell happiness." And if this will make my clients happy, that's what floats my boat in the long run.
0
1510
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 interested in concepts / better ways of handling day-to-day design decisions.
1
2344
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 design that I am planning should support both version. Development Environment : VS2008, C# Currently Database supported are MS SQL Server 2005 and MYSQL 5 and design for database support is extensible. This application contains several high...
0
9687
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10257
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10237
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10029
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7567
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5467
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4144
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 we have to send another system
2
3761
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.