Re: Error 3265 mystery error
- From: "Stephen Howe" <stephenPOINThoweATtns-globalPOINTcom>
- Date: Tue, 27 Jun 2006 15:35:24 +0100
When I move the call to the Update method of the target recordset inside the
Field iteration like the following:
For Each objFld In rstSrc.Fields
rstTrg.Fields(objFld.Name).Value = objFld.Value
Call rstTrg.Update
Next objFld
my 3265 errors go away, and my app runs happily through to the finish.
It may go away but this looks like a hack to me.
I would not be happy with this.
I would digging somewhat deeper to find out why the former does not work.
Stephen Howe
.
- References:
- Error 3265 mystery error
- From: will f
- Re: Error 3265 mystery error
- From: will f
- Error 3265 mystery error
- Prev by Date: Re: Can't use "FOR XML" query w/ _RecordsetPtr?
- Next by Date: Re: Can't use "FOR XML" query w/ _RecordsetPtr?
- Previous by thread: Re: Error 3265 mystery error
- Next by thread: Large varchar columns with SQL server
- Index(es):