[cfaussie] FW: [cfaussie] Re: StructInsert Problem

2006-08-15 Thread Charlie Arehart
:[EMAIL PROTECTED] On Behalf Of Charlie ArehartSent: Sunday, August 06, 2006 9:11 PMTo: cfaussie@googlegroups.comSubject: [cfaussie] Re: StructInsert Problem Are you assuming that the query is returning a single record? If it does not, then because your creation of the array and struct

[cfaussie] Re: FW: [cfaussie] Re: StructInsert Problem

2006-08-15 Thread Justin Raymond
2006 4:48 AM To: cfaussie@googlegroups.com Subject: [cfaussie] FW: [cfaussie] Re: StructInsert Problem Justin, did you ever resolve the problem you raised below? Did the suggestions help at all? Just thought I'd double-check in case you might have any useful news to share from your experience

[cfaussie] Re: StructInsert Problem

2006-08-06 Thread Charlie Arehart
Are you assuming that the query is returning a single record? If it does not, then because your creation of the array and struct are outside the loop, you *will* get duplicates simply because you already have a value from the previous record. If you want to make it so you never process more