Re: How works MaxRecords attribut ?
From: Val Mazur (group51a_at_hotmail.com)
Date: 02/26/05
- Next message: Gérard Leclercq: "Re: how to do an SQL statment using ADODC1"
- Previous message: Val Mazur: "Re: MSDAC 2.8 on terminal server"
- In reply to: Olivier: "How works MaxRecords attribut ?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Feb 2005 21:08:46 -0500
Hi,
It works similar to how TOP N clause works in a SQL statements. Basically it
set a limit on a number of the records returned to the recordset from the
query. For example if your query returns 100 rows, but MaxRecords property
of the recordset is set to 10, then recordset will get only first 10
records, not all 100 of them
-- Val Mazur Microsoft MVP http://xport.mvps.org "Olivier" <olive@nospam.fr> wrote in message news:cvk5uc$fkn$1@apollon.grec.isp.9tel.net... > Hi, > > How works the MaxRecords attribut for a RecordSet ? > > Thanks, > > >
- Next message: Gérard Leclercq: "Re: how to do an SQL statment using ADODC1"
- Previous message: Val Mazur: "Re: MSDAC 2.8 on terminal server"
- In reply to: Olivier: "How works MaxRecords attribut ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|