Description: This Article uses this code as an example of how to use the JDBC to implement a workaround for a scrolling cursor. It illustrates a number of important techniques, such as how to handle connections, rows, and columns. Very simple example of implementing something that acts like a scrolling cursor in JDBC. Don't use this as an example of good program structure, rather use it as an example for how to get the job done.