For some uses, a Query (2-dimensinal array) better represents the 
data structure or the process you need to perform.

Examples of data structures suited to queries/arrays

    spreadsheets

    record sets (maybe from another program via WDDX)

    Import/export delimited text files

Examples where processes are suited to queries/arrays

    iterative process rather than content-specific, e.g. List all employees
    phone numbers, as opposed to "What is Bill's Number?".

      build a dropdowm menu or selectbox
      upload a delimited file and prime a database
      harvest all the links from another web page
      harvest the results from a search engine
      Distribute/syndicate database content with WDDX
      Download today's orders to a spread sheet

HTH

Dick




At 9:57 PM -0400 9/12/00, Peter Theobald wrote:
>I see people using Queries to store data, not simply as receptacles 
>of a SQL command.
>How is this different from just using a structure? Why would you 
>want to use a query this way?
>
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to