Re: Q: Graphivs and Pro*C

From: Kenichi Mizuta <kmizuta_at_jp.oracle.com>
Date: 1996/10/29
Message-ID: <32768840.26D3_at_jp.oracle.com>#1/1


Gary Assa wrote:
>
> I want to use Pro*C to get graphics out of a RAW field. We don't have to use
> RAW, but we really need to get it out of the column in the Oracle database.
> How can this be done? What data type do we use in Pro*C? This field is
> REALLY BIG!!!
>
> --
> =========================================================
> http://www.li.net/~gsa/index.html
> This is my signature file, not part of this mail message.

RAW has a maximum width of 255 bytes which is probably a bit restricting for you. You must use LONG RAW for objects larger than that. LONG RAW can handle data up to 2GB long. Received on Tue Oct 29 1996 - 00:00:00 CET

Original text of this message