On Fri, Sep 24, 2010 at 10:33 AM, bill lam <bbill....@gmail.com> wrote:
> I included a fragment from odbc.ijs for your reference.  As you can see
> date and time (91 92?) are not supported. Furthermore blob data type (eg.
> _1 and _4) will never be supported in ddfch, as it is impossible to
> allocate (2G or more)*rowsize of memory buffer for each blob column.

Hypothetically speaking, blobs would be represented as a column of
blob identifiers.  Each blob would have to be retrieved using a
different query.

If you could have a column where each entry was a table, you would
handle that in an analogous fashion.

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to