fetchCachedRowSet

A simple wrapper to ease the use of JDBC for novices. Returns the results of a query in the form of a JDBC CachedRowSet. Errors in the SQL are the user's responsibility. Any exceptions are logged and squashed. The underlying query is closed.

Uses the longLastingConnection property for the connection.

Return

the results of the query or null if there was a problem

Parameters

sql

an SQL text string that is valid