ODBCEnh

Release name: <Not entered>
Release summary: <Not entered>
Automatic version: 6
Manual version: 12
Published by: John Pierce (jrp)
Created: 27 August 2004 12:31:27 pm
Last updated: 27 August 2004 12:32:37 pm
Categories:
Release note:

Added query:andCollect: helper to ODBCConnection so you can do the following:

"db is a ODBCConnection instance"

addresses := db
query: 'select * from address'
andCollect: [:each | AddressRecord newFromRow: each]


Release homepage:
Download: http://squeak.saltypickle.com/ODBCEnh/ODBCEnh-jrp.12.mcz
SHA checksum: 1121965650721266517233502094678736803030011355979

Back