473,385 Members | 1,324 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.

updating and downdating

I was wondering if anybody could shed some light on this scenario, maybe
there is white paper somewhere ?

I have a vb.net app that runs on a few machines storing data in a local
access db, but if they are connected to web I want them to be able to upload
there data and pull down any updates that they do. whats the best way of
going about this?

Thanks

Neil
Nov 20 '05 #1
2 1002
Delete the access files and wipe their remains from the registry.

SQL Server and replication would lend itself really really well to this
scenario and the Publisher/Subscriber model is made JUST for this.

You can do it with Access, but it'll take some fancy footwork that I don't
think is worht it. Remember that DataSets are local 'databases' themselves
so you could just use Access on the server, load yoru datasets from it, and
periodically send the updates back and refresh them. On a scale of 1 to 10
it's probably a 3. but Access will corrupt, will have security problems and
will be doing a job it wasn't really intended to do.

I'll gladly walk you through either process, just let me know.

Cheers,

Bill

www.devbuzz.com
www.knowdotnet.com
"Neil" <ne***********@blueyonder.co.uk> wrote in message
news:mV*******************@pathologist.blueyonder. net...
I was wondering if anybody could shed some light on this scenario, maybe
there is white paper somewhere ?

I have a vb.net app that runs on a few machines storing data in a local
access db, but if they are connected to web I want them to be able to upload there data and pull down any updates that they do. whats the best way of
going about this?

Thanks

Neil

Nov 20 '05 #2
Hi Neil,

In all those scenario's is one thing always the problem.
What is the leader updater, when did he update and what with conflicts.

One of the scenario's is to make for every part of your data one access
database the leader which may update and the rest may not.

Another scenario is to use timestamps and tell that after the timestamp date
everybody may update, however what to do as 2 are parallel updating.

Keep in mind that this are no easy scenario's however before you start you
have to make te rules for updating.

The downloading to the access databases is than ofcourse a piece of cake.

Just my 2 eurocents

Cor
I was wondering if anybody could shed some light on this scenario, maybe
there is white paper somewhere ?

I have a vb.net app that runs on a few machines storing data in a local
access db, but if they are connected to web I want them to be able to upload there data and pull down any updates that they do. whats the best way of
going about this?

Thanks

Neil

Nov 20 '05 #3

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

Similar topics

11
by: Jason | last post by:
Let's say I have an html form with 20 or 30 fields in it. The form submits the fields via POST to a php page which updates a table in a database with the $_POST vars. Which makes more sense? ...
2
by: Hal Vaughan | last post by:
First, I am aware of both SwingUtilities.invokeLater(), and of using Thread to create a new thread.  These are part of the problem. I want to have something running in the background, while the...
45
by: It's me | last post by:
I am new to the Python language. How do I do something like this: I know that a = 3 y = "a" print eval(y)
6
by: Hennie de Nooijer | last post by:
Hi, Currently we're a building a metadatadriven datawarehouse in SQL Server 2000. We're investigating the possibility of the updating tables with enormeous number of updates and insert and the...
10
by: jaYPee | last post by:
does anyone experienced slowness when updating a dataset using AcceptChanges? when calling this code it takes many seconds to update the database SqlDataAdapter1.Update(DsStudentCourse1)...
14
by: el_sid | last post by:
Our developers have experienced a problem with updating Web References in Visual Studio.NET 2003. Normally, when a web service class (.asmx) is created, updating the Web Reference will...
6
by: muttu2244 | last post by:
hi all am updating the same file in ftp, through multiple clients, but am scared that two clients may open the same file at a time, and try updating, then the data updated by one data will be...
0
by: =?Utf-8?B?YmFrZXJzaGFjaw==?= | last post by:
Unless my app is EXTREMELY simple, I get the cross-threading error message regularly when updating controls on a Windows form. My latest example involves a dll that runs a System.Threading.Timer,...
5
by: rosaryshop | last post by:
I'm working a jewelry/rosary design web site at http://www.rosaryshop.com/rosariesAndKits2.php. As the user makes selections, it updates images of various parts, giving them a preview of 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
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: 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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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.