Enhancements to the ODBC package from Diego Gomez Deck. The enhancements are as follows:DSN-less connection string supportSimpler access to result sets with a single message named "run" that takes an SQL statement and returns a subclass of OrderedCollection. See ODBCConnection>>run:ODBCResultTable - used to open the results as a grid-like morphPermits camelCase way of referring to column names if your database is using conventional YELLING_OUT_LOUD_STYLE, old_c_style, or PascalNamingStyle of column namesTo view the ODBCResultTable as a morph you should have Bitstream Vera Fonts installed which contains a nice monospaced font used to simulate a table.See the project wiki page on theSalty Pickle SqueakSourcefor more information.