>... >Turns out village doesn't persist columns unless the meta data it has >stored for that column returns false on a Column.readOnly() call. >Unfortunately the way village collects this data is to go: > > SELECT <column1>, <column2> ... FROM <tablename> WHERE 1 = -1 > >And then use the values from the ResultSetMetaData.
This behaviour has been fixed in Village 3.3. Now Record.readOnly() always returns false. Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
