Viewing 3 posts - 1 through 3 (of 3 total)
The problem is definitely caused by the insert trigger created by merge replication.
Thanks Chris:
Stuart
September 21, 2006 at 9:14 am
#661783
Hi Chris,
Thanks for looking at this.
My code in simple terms is as follows :
Dim intIdentReturn as Integer
Dim SqlRs as Adodb.Recordset
With SqlRs
.Open "tblName", SqlConn, adOpenKeyset, adLockPessimistic
.Addnew
!Fieldname = "AddValueHere"
...
September 21, 2006 at 7:44 am
#661732
Hi Grovelli,
The problem is occuring in my Access application - the merge replication works fine so I did not consider there to be a problem there.
September 21, 2006 at 5:31 am
#661690