Is there a way to retrieve a java.util.Properties object where each key/value pair would represent a record.

SELECT field1 AS key, field2 AS value FROM table

Similar to loading a Properties object from a properties file.

--
Thanks,

Warren Bell

Reply via email to