Ask a Question related to ASP Database, Design and Development.
-
Serge Myrand #1
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
-
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... -
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... -
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... -
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... -
.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... -
Serge Myrand #2
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
-
Aaron [SQL Server MVP] #3
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



Reply With Quote

