Andreas Wöckl said:
It seems that I have more troubles with access 2003 - it often prompts with
the message "the record has changed since.." and gives 3 options - "Save
Record", "Discard own changes" (all translated from german).
Is the record changed by a trigger upon saving? Access compares
the record before and after saving and if there are any unexpected
changes if deduces another user must have changed the record, which
usually is not true.
It may be possible to workaround this issue by defining an apropriate
ResyncCommand (Form-Property) for the Form you're experiencing the
problem in.
I can not really find out why I have this problems - I did not have with
access 2000.
I haven't enough experience with Acc2003 ADP/ADEs yet to come up with
any possible explanation what's changed there. - However, a really
good approach to analyze problems like this is tracing the whole
session with SQL-Server Profiler.
This also causes some performance troubles as I have a lot of data in the
clipboard (and do not even know why).
any known issues about that?
If you're copying a couple of large records (containing TEXT or
IMAGE data) this may have quite an impact on the performance of
the client application just by consuming a serious amount of
memory.
Best wishes
Phil