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
P.S. This is also posted in the C Forum. I'm not sure where it's most appropriate.
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
P.S. This is also posted in the C Forum. I'm not sure where it's most appropriate.