473,385 Members | 1,387 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,385 software developers and data experts.

Data availability best practices?

I have a client that wants me to code a simple application as a prototype.
The catch is that he wants to use this application at several different
stores while being able to share each store's data. He also want the
application to continue to function in the case that the internet is down
for any reason.

I have my own theories as to how to accomplish this shared data environment,
but I'd love to hear your ideas about sharing data real-time (when the
connection is available) and being able to continue to run even when the
connectivity to other stores or a main data storage server is unavailable.

Keeping bandwidth and complexity to a minimum are desired characteristics.

Thanks!

Mar 23 '06 #1
3 939
I might think about Sql Express at the remote sites and use Service Broker
to pass updates to master site.

--
William Stacey [MVP]

"Jim Hubbard" <re***@groups.please> wrote in message
news:hw*****************@bignews3.bellsouth.net...
|I have a client that wants me to code a simple application as a prototype.
| The catch is that he wants to use this application at several different
| stores while being able to share each store's data. He also want the
| application to continue to function in the case that the internet is down
| for any reason.
|
| I have my own theories as to how to accomplish this shared data
environment,
| but I'd love to hear your ideas about sharing data real-time (when the
| connection is available) and being able to continue to run even when the
| connectivity to other stores or a main data storage server is unavailable.
|
| Keeping bandwidth and complexity to a minimum are desired characteristics.
|
| Thanks!
|
|
|
Mar 23 '06 #2
Jim,

I know only that it exist. However I should start contacting Microsoft in
your region how the Biz Talk server could help you.

http://www.microsoft.com/biztalk/default.mspx

I hope this helps,

Cor
"Jim Hubbard" <re***@groups.please> schreef in bericht
news:hw*****************@bignews3.bellsouth.net...
I have a client that wants me to code a simple application as a prototype.
The catch is that he wants to use this application at several different
stores while being able to share each store's data. He also want the
application to continue to function in the case that the internet is down
for any reason.

I have my own theories as to how to accomplish this shared data
environment,
but I'd love to hear your ideas about sharing data real-time (when the
connection is available) and being able to continue to run even when the
connectivity to other stores or a main data storage server is unavailable.

Keeping bandwidth and complexity to a minimum are desired characteristics.

Thanks!

Mar 23 '06 #3
Thanks William!

This is something that I had not seen yet and looks like a great technology
to incorporate into my apps.

Jim Hubbard

"William Stacey [MVP]" <wi************@gmail.com> wrote in message
news:eV**************@TK2MSFTNGP12.phx.gbl...
I might think about Sql Express at the remote sites and use Service Broker
to pass updates to master site.

--
William Stacey [MVP]

"Jim Hubbard" <re***@groups.please> wrote in message
news:hw*****************@bignews3.bellsouth.net...
|I have a client that wants me to code a simple application as a
prototype.
| The catch is that he wants to use this application at several different
| stores while being able to share each store's data. He also want the
| application to continue to function in the case that the internet is
down
| for any reason.
|
| I have my own theories as to how to accomplish this shared data
environment,
| but I'd love to hear your ideas about sharing data real-time (when the
| connection is available) and being able to continue to run even when the
| connectivity to other stores or a main data storage server is
unavailable.
|
| Keeping bandwidth and complexity to a minimum are desired
characteristics.
|
| Thanks!
|
|
|


Mar 24 '06 #4

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

Similar topics

2
by: Steve_CA | last post by:
Hello all, I just started a new job this week and they complain about the length of time it takes to load data into their data warehouse, which they do once a month. From what I can gather,...
16
by: D Witherspoon | last post by:
I am developing a Windows Forms application in VB.NET that will use .NET remoting to access the data tier classes. A very simple way I have come up with is by creating typed (.xsd) datasets. For...
3
by: Bill Willyerd | last post by:
Hello All, I have been searching for a published document for Best Practices concerning access levels based on roles. Should developers have more than (if at all) select level access to...
136
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their...
41
by: laimis | last post by:
Hey guys, I just recently got introduced to data mappers (DTO mapper). So now I have a SqlHelper being used by DTOMapper and then business layer is using DTOMapper when it needs to persist...
10
by: jojobar | last post by:
Hello, I am trying to use vs.net 2005 to migrate a project originally in vs.net 2003. I started with creation of a "web site", and then created folders for each component of the site. I read...
2
by: js | last post by:
I got this error when I moved my application to a new Windows 2003 server. I installed and recompiled the 'Microsoft.Practices.EnterpriseLibrary - June 2005" then added these assemblies to the...
3
by: Jim Hubbard | last post by:
I have a client that wants me to code a simple application as a prototype. The catch is that he wants to use this application at several different stores while being able to share each store's...
3
by: Mukesh | last post by:
Hi all As per my earlier conversation with Ciaran (thx for reply) I have installed the MS APplication block on the server , when i ran Build Enterprise Library file and Install Services from...
0
by: uncensored | last post by:
Hi, Sort of new with the whole treeview control and I was wondering is there a way to build a treeview menu using my SQL data I pull from a database instead of having to hard code it into the...
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
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: 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$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...

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.