Re: is AppendChunk interactive or accumulative?

2002-10-26 Thread Venu
On Fri, 2002-10-25 at 23:42, Michael J. Fuhrman wrote: > Hello All, > > Need to know if a RecordSet AppendChunk is interactive or does it accumulate > the field's data until an Update is called? I'm finding that the Update > fails if the total RecordSet size is greater than Max_Allowed_Packet. I

is AppendChunk interactive or accumulative?

2002-10-26 Thread Michael J. Fuhrman
Hello All, Need to know if a RecordSet AppendChunk is interactive or does it accumulate the field's data until an Update is called? I'm finding that the Update fails if the total RecordSet size is greater than Max_Allowed_Packet. If the later is true .. I guess I'll need work around suggestions,