473,473 Members | 1,482 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Syncing Access table with

I have an access Database. It has several tables, but one (possibly
two) in particular, need to be kept in Sync with an authoritative
source of information on an SQL Server.

The table in question is the Customer Details. i.e. customer ID NUmber,
Name, address, phone number etc.

While within the Access application, we manage a bunch of other data,
this really needs to be aligned with the info on the SQL Server. As
such, we won't allow changes to the local customer table. IN fact,
initial setup will be an import from the SQL Server. However, for
ongoing data integrity, we need to "check the SQL Server" for updates,
whenever we start up the access application.

How, the situation will exist where there may not be connectivity to
the SQL Server Database. SO, in effect the Access Detail table, needs
to be a "cache" of the SQL server table. (we are talking about around
3000-5000 entries)

So, the line of thinking, is

1. application starts up
2. attempts connect to SQL DB.
3. If it can, it downloads that data to the access application.
(there are two thoughts - download the entire table irrespective
from sql to access or run through all records and look for changes, and
download. I would err on the side of the first...
If it can't connect, it uses it's most recent copy of the downloaded
table, sitting in the Access Application.

Does this make sense - can anyone think of other ways to approach this,
and better still, codelets that do it...

q

Dec 8 '06 #1
1 1419
Mister Q wrote:
Does this make sense - can anyone think of other ways to approach this,
and better still, codelets that do it...
Research ODBC connections and linked tables. You could have a live link
from your mdb to the MS SQL table that is read only.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Dec 8 '06 #2

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

Similar topics

1
by: Member | last post by:
We have a database on our central servers that is the backend to a web application we have in ColdFusion. About 4 times a year, we have a user that goes out to other locations without internet...
0
by: Ralph Krausse | last post by:
Hello, I am looking for some software developers that would test my software that allows syncing of databases and records between a Windows application and a Palm PDA with NO HotSync involved....
1
by: tgru | last post by:
I have taken over a transactional replication setup that is being used for fault tolerance (I know, I know...). The scenario I am concerned with is where the publisher goes down due to failure,...
5
by: Ken Massey | last post by:
First let me say I'm not interested in replication. I want to sync a target database with a source database at regular intervals (say weekly), but in the intermediate time they may differ. The...
2
by: John | last post by:
Hi We have an access db running on a windows 2003 server. The server is connected to the internet via ADSL. I would like a windows mobile 2003 based vb.net app to sync data from the server,...
0
by: Macbane | last post by:
Hi All, Hope someone can help me with this. I have some PDA database software which sync with tables in an access database on my computer. It works fine until you want to sync tables that...
1
by: blackjasmine456 | last post by:
I have a FLV set up with cue points that link to graphic files in my flash document. The FLV is imported into flash 8, and cue points are set upon import to jump to specific frame labels in my...
1
by: =?Utf-8?B?cmFuZHkxMjAw?= | last post by:
I'm working in Visual Studio 2005 and C#. I have a DataSet, a Binding Source, and a grid. I'm finding that if a table in the DataSet gets updated from the Database, the new data doesn't appear in...
11
by: jzalar | last post by:
We are lucky and get to run an 11 year old version of Access (97). I have set up a master with 5 replicas. These are located on various network drives in our organization. Is there any macro/code I...
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
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,...
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...
1
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
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,...
1
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: 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...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.