> And I opened up the database in Access and the records
not showing are
> there.
> I cannot see why a simple asp page with no filter, no
paging, nothing but
> a
> table sourcing the entries does not shwo the entire
list. Could the ISP
> have a
> restriction of moer than 125 entries being accessed in
one go.
>
It may be the data itself. For instance, if you output a <
or some other
reserved character without encoding it as < (or
whatever), then it could
appear that data is not there when it is. (IOW - use
Server.HTMLEncode
wherever such characters may occur.) Also, if some error
occurs in a part
of the HTML that does not render, the error message would
only be visible
when you do a view source on the page.