"Rick" <ri**************@att.net> wrote in
news:11*********************@f14g2000cwb.googlegro ups.com:
I'm running an Access2000 front end mde linked to an Access2000
back end mdb. I need to set up replication and synchronization of
only the data tables between the master db on the pc and replicas
on numerous laptops.
I know that it can be done using the Access replication manager
(although without a simple UI in the front end mde), but the
question is:
If I link the FE to MSDE rather to Access, can I 1.) provide a
more secure replication and synchronization process, and 2.) can I
build a UI into the front end mde to simplify the process for
non-techie users?
SQL Server replication is, from what I've read, more complicated to
set up and more limited in its capabilities than Jet replication.
That is, you have a narrower set of valid configurations that will
work well.
I can't see how you'd be getting any benefit at all from switching
to MSDE, and you'd probably be buying yourself a lot of headaches.
In general, I don't get the impression that very many people are
doing SQL Server replication. You might want to go to Google Groups
and check out microsoft.public.sqlserver.replication to get a flavor
for it. I have no experience with it, but I've tried to read up on
it over the years, since I'm always planning my Jet apps with an eye
towards the possibility of upgrading to SQL Server (I just have
never had any clients who both need the upgrade and want to spend
the money to do it!).
As to UI, I don't know why you bring "replication manager" into the
equation. You don't need ReplMan to do direct replication on a LAN,
and you aren't required to design a UI for it, as the one provided
in Access is sufficient to get the job done, assuming all your
synchs are taking place over the LAN in the main office.
Now, you may want to make it a little more user friendly, you may
want to add functionality to switch the links in the front end on
the laptop from the laptop replica to the shared server hub replica
after users have returned to the office and synched with the mother
ship (and vice versa when they are leaving the office). You may want
to create something to address conflicts (though that's quite
complex).
But I've never had a situation where I did much of any of this.
But none of it is very complicated.
And none of it would be easier with MSDE.
Indeed, it would probably be much more work, especially if you've
got little experience working with SQL Server.
--
David W. Fenton
http://www.bway.net/~dfenton
dfenton at bway dot net
http://www.bway.net/~dfassoc