Get certain no of records form a DataView?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying ot get a certain no of records from a DataView. I am looking ot
do like a Top 15 in Sql, Is there a easy way to do this or should I loop till
the count?
Appreciate any help.
 
redmond,

There is no property to do this in a dataview. I would suggest that you
limit the original query to get the desired results. If you specify more of
your problem maybe the group can give you a better answer.

Good Luck.
--------------------------
 
Back
Top