D
Des Hayles
I have an issue that is somewhat perplexing. In an ADP project with Acc2002
and SQL Server 2000 I have a view made from 3 tables, two views and a
function. A couple of these objects have more than 10000 records. The view
returns 740 records when the maximum records setting for the view in
datasheet view is 10000 but returns 793 when the maximum records setting is
0 (all). I have opened all of the objects in the view, in a datasheet view
and set the maximum records settings to 0. The defaultmaxrecords setting has
also been set to zero. The question then is why are different numbers of
records returned both below 1000 by simply changing the maximum records of
the view?
The view works as I expect it to in the query analyzer, but something seems
to be limiting the records returned to access even though the settings is
way above the expected return of records.
Des
and SQL Server 2000 I have a view made from 3 tables, two views and a
function. A couple of these objects have more than 10000 records. The view
returns 740 records when the maximum records setting for the view in
datasheet view is 10000 but returns 793 when the maximum records setting is
0 (all). I have opened all of the objects in the view, in a datasheet view
and set the maximum records settings to 0. The defaultmaxrecords setting has
also been set to zero. The question then is why are different numbers of
records returned both below 1000 by simply changing the maximum records of
the view?
The view works as I expect it to in the query analyzer, but something seems
to be limiting the records returned to access even though the settings is
way above the expected return of records.
Des