DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Help needed for Inserting chinese character in DB(Oracle)

  1. #1
    Join Date
    Oct 2008
    Posts
    1

    Help needed for Inserting chinese character in DB(Oracle)

    Hi,
    I have already posted the query for inserting the chinese character into DB(Oracle).
    No body replied me....If any one knows about my doubt ..please help me.


    preparedStatement.setObject(i, "邮箱大小为");
    preparedStatement.execute();

    datatype as Nvarchar, after executed this query,iam getting ????? in DB.
    So i need to store in DB chinese character (邮箱大小为 only .PLease help me.
    Thanks,
    Sridhar.R

  2. #2
    Join Date
    Jul 2002
    Location
    Lake Worth, FL
    Posts
    1,492

    Talking Nls_lang

    All revolves around the NLS_LANG environment variable at the client side.
    "The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width