RE: How to convert 1-record query to structure (EBW)

2002-11-24 Thread Jeffry Houser
At 12:47 AM 11/25/2002 -0500, you wrote: >Thanks for the input. I usually work with the Query object when getting >record sets, but when I'm creating new or editing existing records (e.g. >user or event), the form will pass all these fields to target tag (actually >to index.cfm using Fusebox archi

RE: How to convert 1-record query to structure (EBW)

2002-11-24 Thread Erik Britt-Webb
[mailto:[EMAIL PROTECTED]] Sent: Sunday, November 24, 2002 1:41 PM To: CF-Talk Subject: Re: How to convert 1-record query to structure (EBW) At 10:15 AM 11/24/2002 -0500, you wrote: >I'm selecting a single record from SQL Server and want to pass the results >as a structured variable, rat

Re: How to convert 1-record query to structure (EBW)

2002-11-24 Thread Jeffry Houser
At 10:15 AM 11/24/2002 -0500, you wrote: >I'm selecting a single record from SQL Server and want to pass the results >as a structured variable, rather than a query variable. How do I obtain the >list of fields in the query so that I can loop through them? queryname.columnlist will give you the