Re: Access backend database speed issues with DRW
From: Kevin Spencer (kevin_at_takempis.com)
Date: 02/24/04
- Next message: Kevin Spencer: "Re: My FP2002 slowly becoming worthless..."
- Previous message: Kevin Spencer: "Re: Tired of calculating pixels?"
- In reply to: skc: "Re: Access backend database speed issues with DRW"
- Next in thread: Kevin Spencer: "Re: Access backend database speed issues with DRW"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Feb 2004 07:45:23 -0500
> so how do i deal with it?
Typically, this is done by limiting the number of records returned, and
using paging to view more. The FrontPage database tools will allow you to do
this.
-- HTH, Kevin Spencer .Net Developer Microsoft MVP Big things are made up of lots of little things. "skc" <anonymous@discussions.microsoft.com> wrote in message news:007c01c3fa61$15ba52d0$a101280a@phx.gbl... > so how do i deal with it? > > >-----Original Message----- > >> i am only storing the filename of the image. > > > >You're doing that part right. As such, I would guess that > it is the number > >and total size of the image files being downloaded that > is causing your > >speed issue. > > > >-- > >HTH, > >Kevin Spencer > >..Net Developer > >Microsoft MVP > >Big things are made up > >of lots of little things. > > > >"skc" <anonymous@discussions.microsoft.com> wrote in > message > >news:152b701c3fa20$57827210$a601280a@phx.gbl... > >> i am only storing the filename of the image. > >> > >> the DRW page for the image contains ../images/<% > >> =FP_FieldVal...%> so that the image uploads from the > >> images directory based on the image name in my access > >> table. > >> > >> is this correct? > >> > >> >-----Original Message----- > >> >Are you pulling the pictures from the database? That is > >> very expensive an > >> >unnecessary. It is much better to put the images into > the > >> file system, and > >> >simply store the image file name in the database. > >> > > >> >-- > >> >HTH, > >> >Kevin Spencer > >> >..Net Developer > >> >Microsoft MVP > >> >Big things are made up > >> >of lots of little things. > >> > > >> >"skc" <anonymous@discussions.microsoft.com> wrote in > >> message > >> >news:143ba01c3fa12$0cc4df50$a101280a@phx.gbl... > >> >> Hi, > >> >> > >> >> I have made a website using FP2K and Access2K as a > >> backend > >> >> database to the site using the FP2K DRW. > >> >> > >> >> At the moment, I am trying to resolve a speed > issue. Go > >> >> to www.maslenmotors.com, and click the Showroom tab > and > >> >> click View All Cars using Broadband connection. > >> >> > >> >> You will find that the page takes absolutely ages to > >> >> download to a web browser. I am interrogating the > >> >> database by using three (or four) parameters such as: > >> >> Make, Age, Price and I have indexed these fields in > my > >> >> Access2K table, by toggling the Indexed (Duplicates > OK) > >> >> fields. > >> >> > >> >> Please can someone offer me advice on how to speed up > >> the > >> >> access. Is it my indexing, or are the pictures and > DRW > >> >> not a good idea? In which case, how do other people > do > >> it? > >> >> > >> >> Please help. > >> >> > >> >> Skc > >> > > >> > > >> >. > >> > > > > > > >. > >
- Next message: Kevin Spencer: "Re: My FP2002 slowly becoming worthless..."
- Previous message: Kevin Spencer: "Re: Tired of calculating pixels?"
- In reply to: skc: "Re: Access backend database speed issues with DRW"
- Next in thread: Kevin Spencer: "Re: Access backend database speed issues with DRW"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|