Read-only cursor sample program

The csr_disp.c sample program demonstrates using a read-only cursor:

Following is the canned query:

select au_fname, au_lname, postalcode 
from authors

For more information about this sample program, see the leading comments in the example source file.

NoteThis sample requires a version 10.0 or later, and the pubs2 database.