RE: outputting from two places

2000-06-23 Thread Philip Arnold - ASP
> I have a cfx tag that returns records and I also have a query that will be > returning records. The records that are to be returned have the same type > of information. How can I output these records together like they were > pulled from the same query? They need to mesh completely - like > s

RE: outputting from two places

2000-06-22 Thread Jeff Beer
How about looping through both recordsets, appending the records to an array, then output the array? -Original Message- From: Adam Cantrell [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 22, 2000 5:17 PM To: [EMAIL PROTECTED] Subject: outputting from two places I have a cfx tag that

outputting from two places

2000-06-22 Thread Adam Cantrell
I have a cfx tag that returns records and I also have a query that will be returning records. The records that are to be returned have the same type of information. How can I output these records together like they were pulled from the same query? They need to mesh completely - like sorting by