Updated to 1.1 with several improvements.
ResultSetConverter provides static methods that convert a JDBC ResultSet into B4J-friendly List and Map structures. Column types are preserved automatically (integers, doubles, booleans, dates, etc.). Unrecognized types default to strings.
All conversion methods (except GetFieldTypes and GetFieldList) automatically close the ResultSet after processing.
Full help doc is here; https://help.qonda.app/b4x/ResultSetConverter.html
ResultSetConverter provides static methods that convert a JDBC ResultSet into B4J-friendly List and Map structures. Column types are preserved automatically (integers, doubles, booleans, dates, etc.). Unrecognized types default to strings.
All conversion methods (except GetFieldTypes and GetFieldList) automatically close the ResultSet after processing.
Full help doc is here; https://help.qonda.app/b4x/ResultSetConverter.html
Attachments
Last edited: