Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> long raw datatype

long raw datatype

From: Mark Whalley <markw_at_gov.nb.ca>
Date: Wed, 22 Mar 2000 14:46:19 GMT
Message-ID: <%05C4.4959$oQ4.142575@sodalite.nbnet.nb.ca>


How do you check if a long raw datatype IS NULL?

I get an error when I compile the following code:

  IF :bpms_thumbnails.thumbnail_image IS NULL THEN     error_str := error_str || '- Thumbnail Image'||chr(10);   END IF; Error 49 at line 32, column 6
bad bind variable 'bpms_thumbnails.thumbnail_image'

I'm working with Oracle 7.3 and Forms 4.5. Received on Wed Mar 22 2000 - 08:46:19 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US