ĵaŭ, 17 Dec 2009, christopher collins skribis:
> NB. The insert below causes a failure
> NB. After this the table can no longer be read.
> NB. QUESTION: Is that behavior intended?
> NB. If so, JDB seems a little fragile for the rough, unskilled hands
> of newbies like me
> NB. This insert, where '01' is a list of shape 2, fails even though an
> insert of 'b', a list of shape 1 worked above.
> NB. QUESTION: Is this behavior consistent in a way that I am not 
> understanding?
> Insert__db 'tblChar';'01'
> Reads__db 'from tblChar'
> 

To make life easier, JDB can be modified to coerce rank-1 character
array into rank-2 by ,: but I'm not sure if this will cause regression
or not.  This and error handling as noted by Alex will be best
addressed by Chris or Oleg.

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to