Re: Selects and Long Raw columns - HELP

From: Roger Flattin <rflattin_at_cornut.fr>
Date: 1996/05/22
Message-ID: <3960029038.87786126_at_cornut.fr>#1/1


>I can't for the life of me figure out why this does not work against a
>long raw column:
>
>select content from mediaContent where id = 1238;
>
>Where 'content' is a LongRaw column in the 'mediaContent' table.
>
>I keep getting the following error message:
 

>ERROR:
>ORA-00932: inconsistent datatypes
 

>any ideas?

I think that you have bind your column 'content' to the VARCHAR datatype and binding a LONG RAW to a VARCHAR isn't allowed.

Roger FLATTIN
CORNUT Informatique Received on Wed May 22 1996 - 00:00:00 CEST

Original text of this message