Hi -

The following appears to work OK:

Insert__db 'tblChar';,.'ABCDEF'

The ",." preceding the vector turns it into a 1-column matrix, which is
consistent with how the field is defined.

   Reads__db '* from tblChar'
+--+
|c1|
+--+
|a |
|A |
|B |
|C |
|D |
|E |
|F |
+--+

Hope this helps.

On Tue, Dec 15, 2009 at 7:39 PM, christopher collins <
christopher.collins1...@gmail.com> wrote:

> Thanks for the help, Mr. Tirrell.
>
> Does JDB have a way to declare the length of the char column?
> ...
>

-- 
Devon McCormick, CFA
^me^ at acm.
org is my
preferred e-mail
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to