Advertisement

1 - 10 of 13 containing alltags:("nvarchar2") (0 seconds)
How do I insert C lanuage char strings into NVARCHAR2 columns using OCI8 API calls? If I do it the way I do it for varchar2 I am getting the oracle error ORA-12704:Character set mismatch. I ...
Zones: OracleDate Answered: 11/19/1999 Grade: A Views: 0
I have a table defined as such..................................................................................... SQL> desc brad1  Name                                      Null?    Type  ----...
Zones: OracleDate Answered: 06/09/2005 Grade: A Views: 0
I have a table with nvarchar2 column SQL> desc test  Name                            Null?    Type  ------------------------------- -------- ----  NAME                                     NVARCHAR...
Zones: OracleDate Answered: 05/24/1999 Grade: A Views: 31
Hi, Im working on a database with: character set ZHT16BIG5 and national character set ZHT16BIG5FIXED.  how do I insert chinese characters on NVARCHAR2 columns using SQLPlus?  I already set my N...
Zones: OracleDate Answered: 05/20/2001 Grade: B Views: 15
How could I insert a value on a field whose data type is NVarchar2. I tried the normal insert but an error appeared. Here is the sample command that I used: insert into tablename values ('100022'...
Zones: OracleDate Answered: 09/06/2004 Grade: A Views: 69
Hi All, I need to store a limited amount of data in multiple languages incl French, German, Korean, Chineses & Greek.  As it's only a few columns that need multi language support I'd prefer not ...
Zones: OracleDate Answered: 11/03/2004 Grade: B Views: 0
I want to do something similar to the following, the most important thing is to use the parameter a_ids as an array of integer, this is my idea, but perhaps I'm wrong... any ideas? -------------...
Zones: OracleDate Answered: 03/04/2005 Grade: A Views: 0
I'm trying to enter an empty string in an nvarchar2 field and it keeps converting it to null and failing.  How can this be done? here is a test case: create table a(id integer, s NVARCHAR2(12...
Zones: OracleDate Answered: 03/16/2002 Grade: C Views: 0
Hi, I have a table in which one column is of NVARCHAR2 datatype. CREATE TABLE UTF_TEST (  UTF_ID NUMBER(4) NOT NULL,  UTF_STRING NVARCHAR2(64) ); For inserting stuff into this table...
Zones: OracleDate Answered: 10/03/2003 Grade: A Views: 12
This the first time that I have ever used this software or built a table using SQL and I don't know which datatype is the one that I need.  I have always used Access so that is why I am unformilar ...
Zones: DatabasesDate Answered: 06/23/2004 Grade: B Views: 9