Skip to main content
Inspiring
March 7, 2008
Question

QUERYPOSITION Not Supported in Version 6

  • March 7, 2008
  • 3 replies
  • 424 views
I started building an app on my local machine using MX7. I made the assumption that 7 was the version our University was using, I was wrong. I understand that QUERYPOSITION is not supported in version 6. Is there a workaround? Are there any other incompatiblities I should be aware of? I've built a simple form page that inserts alumni data (name, email, address, date of grad, etc.) info into an access database.

Thanks!
    This topic has been closed for replies.

    3 replies

    Inspiring
    March 7, 2008
    > Are
    > there any other incompatiblities I should be aware of?

    http://livedocs.adobe.com/coldfusion/7/htmldocs/00000211.htm#2462067
    http://livedocs.adobe.com/coldfusion/7/htmldocs/00000373.htm#3532493

    It's always a good idea to consult the docs with questions like this.

    --
    Adam
    BKBK
    Community Expert
    Community Expert
    March 7, 2008
    > Are there any other incompatiblities I should be aware of?

    Yeah. Here are the new tags, attributes, and values in MX7

    Inspiring
    March 7, 2008
    Hard code the stuff you would have done with queryposition.

    Loop through your query for the other options.
    Inspiring
    March 7, 2008
    quote:

    Originally posted by: Dan Bracuk
    Hard code the stuff you would have done with queryposition.

    Loop through your query for the other options.


    I have no clue how to do this. I designed my app with with the help of Ben Forta's web app const. kit book. would you be able to point me in the right direction? links to sample code?
    Inspiring
    March 8, 2008
    quote:

    Originally posted by: Mr. Angier
    quote:

    Originally posted by: Dan Bracuk
    Hard code the stuff you would have done with queryposition.

    Loop through your query for the other options.


    I have no clue how to do this. I designed my app with with the help of Ben Forta's web app const. kit book. would you be able to point me in the right direction? links to sample code?

    Do you know how to code a select instead of a cfselect?