ultimategc3
Programmer
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
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