ODBCEnh

Summary: Enhancements to the ODBC package
Author: John Pierce
Owner: John Pierce (jrp)
Co-maintainers: <None>
Categories:
Homepage: http://squeak.saltypickle.com/ODBCEnh
PackageInfo name: <Not entered>
RSS feed:

Description:

Enhancements to the ODBC package from Diego Gomez Deck. The enhancements are as follows:

* DSN-less connection string support
* Simpler access to result sets with a single message named "run" that takes an SQL statement and returns a Collection of rows. See ODBCConnectionrun:
* ODBCResultTable - used to open the results as a grid-like morph
* Permits camelCase way of referring to column names if your database is using conventional YELLINGOUTLOUDSTYLE, oldc_style, or PascalNamingStyle of column names

To view the ODBCResultTable as a morph you should have Bitstream Vera Fonts installed which contains a nice monospaced font used to simulate a table.

Of course, requires ODBC for Squeak package. More detailed info can be found on http://squeak.saltypickle.com and by going to the ODBCEnh project wiki page.

Releases


Back