On Wed, 2007-06-27 at 12:50 -0700, Michael Stack wrote: > Peter W. wrote: > > c. get the data back out into Text format. > Text result = new Text(client.get(row_name, column_name)); > > > > > Also, are scanners required for getting values or can you > > access the conceptual model with a labeled column directly? > > Yes.
I don't understand what you mean by "access the conceptual model with a labelled column directly". However, you can either use a scanner if you want to iterate through the table, or you can use one of the get methods to retrieve the value for a particular row/column pair. -- Jim Kellerman, Senior Engineer; Powerset [EMAIL PROTECTED]
