> 2. Depends on what kind of tasks people should perform on laptops. if
> they need to have all kind of update possibilities - then probably
> replication is only option. but it required a skilled person to be on
> support
Well, from my experience of using replication you should aware 3 things:
- should be implemented a good procedure to resolve conflicts
- you should care about expired replicas, should be implemented strong
synchronozation schedule
- should be a procedure what user should do in case of data corruption.
as you see - nothing special, but it is important to have somebody who can
continiously look at the process and know what to do

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
>> Hi Alex,
>> 1. anyway it is better to implement splitted database
[quoted text clipped - 11 lines]
>
> thnx, alex
Jack MacDonald - 23 Dec 2004 16:39 GMT
In addition to these points, you should also consider how the laptops
will be synchronized. Will they be physically connected to the LAN
during synchronization? Otherwise, you must consider using Indirect or
Internet synchronization, which adds a level of complexity. You may
*not* email replicas or send them via CD, etc.
>Well, from my experience of using replication you should aware 3 things:
>- should be implemented a good procedure to resolve conflicts
[quoted text clipped - 4 lines]
>as you see - nothing special, but it is important to have somebody who can
>continiously look at the process and know what to do
**********************
jackmacMACdonald@telusTELUS.net
remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security
apu - 24 Dec 2004 06:25 GMT
> In addition to these points, you should also consider how the laptops
> will be synchronized. Will they be physically connected to the LAN
> during synchronization? Otherwise, you must consider using Indirect or
> Internet synchronization, which adds a level of complexity. You may
> *not* email replicas or send them via CD, etc.
Hi Jack,
the laptops will be physically connected to the LAN when synchronyzing.
Are there any "best practices" or code how to avoid/handle conflicts?
thnx alex
>> Well, from my experience of using replication you should aware 3
>> things:
[quoted text clipped - 11 lines]
> remove uppercase letters for true email
> http://www.geocities.com/jacksonmacd/ for info on MS Access security
Jack MacDonald - 24 Dec 2004 15:33 GMT
The best source of info about replication is www.trigeminal.com
also see
http://www.access-experts.com/default.aspx?selection=TutorialReplication&sm=18
Best practices for avoiding conflicts -- avoid having two people edit
the same record. Depending on your database content, that may be a
natural occurrence, or you may need to create a policy for your users.
>> In addition to these points, you should also consider how the laptops
>> will be synchronized. Will they be physically connected to the LAN
[quoted text clipped - 24 lines]
>> remove uppercase letters for true email
>> http://www.geocities.com/jacksonmacd/ for info on MS Access security
**********************
jackmacMACdonald@telusTELUS.net
remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security
apu - 24 Dec 2004 06:22 GMT
> Well, from my experience of using replication you should aware 3
> things:
[quoted text clipped - 6 lines]
> as you see - nothing special, but it is important to have somebody
> who can continiously look at the process and know what to do
Thank you for your advice. Do you know any resources where i can
read more about the points you mentioned above?
thnx, alex