Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Caching RecordSet

    Hi,

    I need an input! I am working on an ASP web application that allow
    customers to order products from the web site. The products pages show
    only 20 products at a time, I would like to avoid to requery the table
    every time the user to navigate between pages (I do not know big the
    table could be). Is there a way to cache the recordset or a way to make
    it available "public" from page to page?

    thank you in advance
    serge

    Serge Myrand Guest

  2. Similar Questions and Discussions

    1. Caching in FMS 2.0.4
      Hi, We have set up FMS 2.0.4 and want to find out if caching capability is available in FMS and information regarding cache settings. Please let...
    2. web svc caching
      We are about to deploy our newly developed web svc, but since our svr is a laptop with limited resource and limited bandwidth, I guess I'll use a...
    3. RecordSet.Move or RecordSet.AbsolutePosition??
      Hi, I'm trying to use either one of these methods to position the cursor in a specific position inside a recordset, but neither one seems to...
    4. FM caching
      Hi All, On Windows, does anyone know how to manipulate where FM caches? Our Windows network is setup to only allow a 30mg roaming profile...
    5. .NET Web Caching
      Are there any additional IIS 5.0 settings that need to be configured to get caching to work on a web server. I have a .NET web application and...
  3. #2

    Default Re: Caching RecordSet

    Thank you very much
    serge

    "Aaron [SQL Server MVP]" wrote:
    > You could use XML data islands, or store the pages in HTML. However, this
    > won't help when someone runs a search...
    >
    > Or, you could use a more efficient paging mechanism.
    > [url]http://www.aspfaq.com/2120[/url]
    >
    > --
    > [url]http://www.aspfaq.com/[/url]
    > (Reverse address to reply.)
    >
    > "Serge Myrand" <info@softdelirium.qc.ca> wrote in message
    > news:40E16796.223716FF@softdelirium.qc.ca...
    > > Hi,
    > >
    > > I need an input! I am working on an ASP web application that allow
    > > customers to order products from the web site. The products pages show
    > > only 20 products at a time, I would like to avoid to requery the table
    > > every time the user to navigate between pages (I do not know big the
    > > table could be). Is there a way to cache the recordset or a way to make
    > > it available "public" from page to page?
    > >
    > > thank you in advance
    > > serge
    > >
    Serge Myrand Guest

  4. #3

    Default Re: Caching RecordSet

    You could use XML data islands, or store the pages in HTML. However, this
    won't help when someone runs a search...

    Or, you could use a more efficient paging mechanism.
    [url]http://www.aspfaq.com/2120[/url]

    --
    [url]http://www.aspfaq.com/[/url]
    (Reverse address to reply.)




    "Serge Myrand" <info@softdelirium.qc.ca> wrote in message
    news:40E16796.223716FF@softdelirium.qc.ca...
    > Hi,
    >
    > I need an input! I am working on an ASP web application that allow
    > customers to order products from the web site. The products pages show
    > only 20 products at a time, I would like to avoid to requery the table
    > every time the user to navigate between pages (I do not know big the
    > table could be). Is there a way to cache the recordset or a way to make
    > it available "public" from page to page?
    >
    > thank you in advance
    > serge
    >

    Aaron [SQL Server MVP] 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