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

Home -> Community -> Usenet -> c.d.o.server -> Re: Nchar, Nvarchar2, Nclob, Nblah, blah, blah ...

Re: Nchar, Nvarchar2, Nclob, Nblah, blah, blah ...

From: Mark Tompkins <tompkins_at_digital-dispatch.com>
Date: Thu, 27 May 1999 15:50:32 -0700
Message-ID: <374DCC38.7C014B8C@digital-dispatch.com>


put an N in front of the string literal to insert. as in:
insert into t_msg values
(
N'This is the data to be inserted', <-- this is the nvarchar2(255) field.  ); Received on Thu May 27 1999 - 17:50:32 CDT

Original text of this message

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