Re: How much data that bound form fetch at a time ?
From: Malee (malee_at_nospam.com)
Date: 09/24/04
- Next message: Mike Long: "Re: Upsize trouble"
- Previous message: MGFoster: "Re: How much data that bound form fetch at a time ?"
- In reply to: MGFoster: "Re: How much data that bound form fetch at a time ?"
- Next in thread: Daryl: "Re: How much data that bound form fetch at a time ?"
- Reply: Daryl: "Re: How much data that bound form fetch at a time ?"
- Reply: Daryl: "Re: How much data that bound form fetch at a time ?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 25 Sep 2004 02:56:48 +0700
> > I have question in mind that if database contains more than 1 million
> > records, How much data (records or KB or number of pages) that bound
form in
> > MDE and ADP fetch at a time ?
Uhmmm....Interesting Question . Have anyone know ? I also would like to
know.
Malee.
"MGFoster" <me@privacy.com> wrote in message
news:XD_4d.2106$zG1.1383@newsread3.news.pas.earthlink.net...
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> The best way to reduce traffic is to only retrieve one record at a time.
> Create a Search form that allows the user to create the criteria that
> will select whichever record they want. The search form creates a
> statement (call to a Stored Procedure (SP) w/ parameters, or an SQL
> string) that will be placed in the working form's RecordSource. This
> will retrieve the desired record.
>
> --
> MGFoster:::mgf00 <at> earthlink <decimal-point> net
> Oakland, CA (USA)
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGP for Personal Privacy 5.0
> Charset: noconv
>
> iQA/AwUBQVR2eoechKqOuFEgEQKnzACg5/0byVBvQvaGhU5r8n9wdiSGY4wAn1RP
> FlGTS8wxeQkVSRYSIHnf/1tQ
> =Bpmm
> -----END PGP SIGNATURE-----
>
>
> suntisuka wrote:
>
> > I have question in mind that if database contains more than 1 million
> > records, How much data (records or KB or number of pages) that bound
form in
> > MDE and ADP fetch at a time ? I don't think MS Access XP will load all
> > records when bound form is opened. And Can I control MS Access the
amount of
> > data to be read at a time ? It will be great if I can control this
factor to
> > reduce the network traffic :-)
>
- Next message: Mike Long: "Re: Upsize trouble"
- Previous message: MGFoster: "Re: How much data that bound form fetch at a time ?"
- In reply to: MGFoster: "Re: How much data that bound form fetch at a time ?"
- Next in thread: Daryl: "Re: How much data that bound form fetch at a time ?"
- Reply: Daryl: "Re: How much data that bound form fetch at a time ?"
- Reply: Daryl: "Re: How much data that bound form fetch at a time ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|