473,803 Members | 3,637 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Synchronize SQL Server with Access MDB?

I suspect this isn't possible, but I recently moved a app to SQL Server
and it contains a Project table. Now I have a new CRM tool that needs
to be mobile, but should also synch with the Project table on SQL Server.

I really like the idea of replicating an Access database for the mobile
users and somehow synching with the SQL server for the Projects. Is
that doable?

--
Danny J. Lesandrini
dl*********@hot mail.com
http://amazecreations.com/datafast/


Nov 13 '05 #1
2 4151
"Danny J. Lesandrini" <dl*********@ho tmail.com> wrote in
news:5_******** ************@co mcast.com:
I suspect this isn't possible, but I recently moved a app to SQL
Server and it contains a Project table. Now I have a new CRM tool
that needs to be mobile, but should also synch with the Project
table on SQL Server.

I really like the idea of replicating an Access database for the
mobile users and somehow synching with the SQL server for the
Projects. Is that doable?


SQL Server does support heterogenous replication with Jet 4. I've
done lots of Jet replication, but never any SQL Server replication.
I've looked at it, and it looks like a completely different animal
(not nearly as flexible as Jet replication). Heterogenous
replication sounds very complex.

The best way to implement such a thing, I believe, would be to have
the mobile users (I'm assuming laptops here; if they are using PDAs
and WinCE, then you should look into whether this can work with the
WinCE version of SQL Server) working entirely on an Access replica
set, synchronizing with a hub Access replica on the home server.
That replica would then be regularly synchronized with the SQL
Server, however that is accomplished.

It's basically a star topology for the remote users, and a 1:1 link
between the SQL Server and the hub replica.

Now, I thought about MSDE for the remote users, but I believe that
MSDE doesn't support the replication functionality necessary for
this (I think MSDE can only be a subscriber, so it can only be a
slave to the main SQL Server). But you need to look into that to be
sure.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #2
On Wed, 14 Sep 2005 09:33:01 -0600, "Danny J. Lesandrini"
<dl*********@ho tmail.com> wrote:
I suspect this isn't possible, but I recently moved a app to SQL Server
and it contains a Project table. Now I have a new CRM tool that needs
to be mobile, but should also synch with the Project table on SQL Server.
I really like the idea of replicating an Access database for the mobile
users and somehow synching with the SQL server for the Projects. Is
that doable?


Sure it's doable. It's not all that hard either, but first you need
to decide _what_ type of replication you want to do. I'm not up on
all the current terms for replication, but the 2 basic types are what
I call "Forward only" and "Merge". Forward only is pretty much just
what it means. The "central data store" pushes information out, but
won't accept any back. In "Merge" type replication, information goes
both ways.

The real trick with replication is deciding "who wins" in collision
occurrences. Replica A downloaded information from the Master at
Noon. The Master was then updated with information from Replica B at
1PM. If Replica A wants to update that same bit of information at
2PM, do you allow it?

Once you decide that, it's easy! (He says with a smile on his
face....)

Personally, I think that unless the users are going to be _really_
offline, Replication isn't worth the effort anymore. Just design a
web-based interface for users to use and be done with it. Everyone
gets the most up-to-date info all at the same (more or less) times.
There is still, always, the occasion when someone is going to start
editing a record, then go off to lunch (or whatever) and finish when
they get back (not knowing someone else has already updated
something), but then that's always a problem in multi-user databases
even when replication isn't thrown into the mix.

--
Drive C: Error. (A)bort (R)etry (S)mack The Darned Thing

Nov 13 '05 #3

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

Similar topics

8
12119
by: Zlatko Matiæ | last post by:
There is a form (single form) and a combobox. I want that current record of the form is adjusted according to selected value in the combobox. Cuurrent record should be the same as the value in the combobox. What is the solution? Thank you in advance.
0
870
by: Zadi Friedrich | last post by:
Hi Everyone, I am creating a FTP application in vb.net 2003. Basically the program connects to a FTP site and uploads a ms access dabase name DB1. The whole purpose is to synchronize updated records with an other ms access database named DB2 which is already on the FTP site. I need some code sample about how to implement the synchronization of the records between DB1 and DB2 which is already on the FTP Site. Thanks in advance.
0
1562
by: Radek Mrkvicka | last post by:
GeniusConnect for Microsoft Outlook® 2000/XP/2003 Synchronize Outlook® data with any DB2 database! You can synchronize Outlook data with any relational database that supports ODBC (DB2, MS Access, MySQL, SQL Server, Oracle etc.). With GeniusConnect, you can export your Microsoft® Outlook® data to a database and also load data from the database into a Microsoft® Outlook®
1
2717
by: taleran58 | last post by:
Hi all. I'm writting a multithreading program that will update a loacal Access database. I'm using OleDB connection to get access to the database from each thread and my question is: how do I synchronize between threads\ how do I lock the database so no clashes between threads occurs. do I have to use a diffrent connection\adapters???
1
3215
by: taleran58 | last post by:
Hi all. I'm writting a multithreading program that will update a loacal Access database. I'm using OleDB connection to get access to the database from each thread and my question is: how do I synchronize between threads\ how do I lock the database so no clashes between threads occurs. do I have to use a diffrent connection\adapters???
3
2563
by: Elioth | last post by:
Hi, I want to synchronize Access and SQL database schema. I have running a application and I want sync database because when I create a new Table in the database I need this table in all client database. At this moment I create a Table manually in each database client. Thanks for all help. Elioth
2
1859
by: Ethan V | last post by:
My business people gave me a new requirement today : Have a button on a web page that allow users to synchronize their contact data that stored in our sql server with Outlook on their local computer, and going from their Outlook to our sql server too. Is it possible at all? Please share with me your thoughts and recommendations on how to implement this. Thanks so much in advance. Ethan.
4
1727
by: rdemyan via AccessMonster.com | last post by:
My application deals with building information. Users may want to view autocad drawings for a particular building. The problem is that the central server is so slow for some users that it could take five to ten minutes to open an AutoCad drawing. So I'm looking for a strategy where I could allow users to download these drawings to their local hard drive and then access the drawings from there. This is also complicated by the fact that...
1
3394
by: John | last post by:
Hello, I need to synchronize one access database with other access database. Tables and fields are off course same. Can someone tell me how to achieve this? Regards
0
9564
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10548
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10316
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
10295
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
10069
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...
0
9125
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6842
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5629
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4275
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

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.