Re: Inserting LONG data into a table

From: Bruce Arbuckle <brucea_at_atlas.com>
Date: Mon, 20 Feb 1995 21:25:35 GMT
Message-ID: <1995Feb20.212535.26999_at_atlas.com>


In article <menezal.950213151422_at_mallard.duc.auburn.edu> menezal_at_mallard.duc.auburn.edu (Alfred Menezes) writes:
>
>Could someone please tell me how to insert a string longer than 255 characters
>into a "long" datatype in a database?
>
>More precisely, I have a simpe table
>
> create table junk (
> type char(25),
> description long
> );
>
> Alfred Menezes

You are restricted to 255 via PL/SQL. I wrote a PRO*C to allow the insertion of long data. If you would like, I'll e-mail you the source.

-- 
Bruce Arbuckle                                    EMAIL: brucea_at_adcmail.atlas.com
                                                  
Received on Mon Feb 20 1995 - 22:25:35 CET

Original text of this message