easy question, but the answer?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default easy question, but the answer?

    I've searched high and low for an answer for this..

    I'm using ASP - VBScript - Windows 2003 server an access database, with ODBC
    connection

    I have a recordset result of say 30 records.


    I want to display all records randomly each time the page is reloaded.

    Is there a way to do this? The only thing of come accrss so far is using
    GetRows() which justy confuses me even further..


    woodywyatt Guest

  2. Similar Questions and Discussions

    1. Popup windows. No easy answer?
      Hi there world, This is not so much a question, more a "getting a general consensus of opinion" I've been building web sites for a...
    2. Easy question = easy answer?
      Well, so I'm pretty new with Freehand, at the mo running with MX and havin' a problem (not big, but anyway)... I'm creating some cards and they...
    3. Form Field/ Form Submit Problems (probably an easy answer...)
      Hey Everyone.. I have a form that has approximately 7 text fields and 1 checkbox. Generally when this form is submitted(to itself BTW) it works...
    4. Easy Question/Easy Answer
      Ok, this is all i want to know how to do, i made a text link, now when someone rolls over it with their pointer i want it to change color. Simple?
  3. #2

    Default Re: easy question, but the answer?

    It's not viable with Access. Your main hope is to stream the recordset into
    an array using getrows() and then randomly sort the array. See

    [url]http://www.4guysfromrolla.com/webtech/sqlguru/rriro.shtml[/url]

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004



    Julian Roberts Guest

  4. #3

    Default Re: easy question, but the answer?

    Specifically

    [url]http://www.4guysfromrolla.com/webtech/110800-1.3.shtml[/url]

    --
    Jules
    [url]http://www.charon.co.uk/charoncart[/url]
    Charon Cart 3
    Shopping Cart Extension for Dreamweaver MX/MX 2004


    Julian Roberts Guest

  5. #4

    Default Re: easy question, but the answer?

    Thanks Julian
    The page loads/connects fine but I've got absolutely no idea how to 'bind'
    anything to the page so I can check the results!
    Just a blank page is shown
    [url]http://www.webewitch.com/classifieds/accommodation_rand.asp[/url]
    Any idea?
    Gary


    "Julian Roberts" <newsg@charon.co.uk> wrote in message
    news:d3ofj9$5dl$1@forums.macromedia.com...
    > Specifically
    >
    > [url]http://www.4guysfromrolla.com/webtech/110800-1.3.shtml[/url]
    >
    > --
    > Jules
    > [url]http://www.charon.co.uk/charoncart[/url]
    > Charon Cart 3
    > Shopping Cart Extension for Dreamweaver MX/MX 2004
    >
    >

    woodywyatt Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139