Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retrieve Limit 1

Status
Not open for further replies.

ultimategc3

Programmer
Oct 18, 2010
14
0
0
EG
Friends,

I need to limit the retrieved rows... for ex

int li_rc
dw_1.retrieve()
li_rc = dw_1.rowcount()
//li_rc will be = 3000
// in this case i need to retrieve only top 50 or max 50
// the RetrieveAsNeeded do not solve the problem
// what can i do??
// Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top