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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ESQL/C next results

Status
Not open for further replies.

iceman95

Programmer
Oct 11, 2001
6
US
Can someone provide a reference to some code examples for the following.

I currently have a cgi written in C that takes information from a web form and runs a query against an informix DB. The results are generated on another web page with a count of how many rows were returned and the first twenty rows displayed. The first twenty rows are achieved by placing the FETCH statement in a for loop that runs from one to twenty. The user then has the option of receiving the entire report in e-mail. I'd like to provide the option to receive the next twenty rows and so on until the end of the data is reached.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top