Unicode Characters And Oracle

  • Thread starter Thread starter Ram
  • Start date Start date
R

Ram

Hey,
I'm using VB.NET and I'm trying to execute SQL Command,
Where one of the parameters I'm trying to insert, has some unicode
characters.
The execute command gives no error, but when I use Nevigator to see the new
line,
Alll the unicode characters have been misteryously converted to - "?" !!!
I'v tried every known Oracle Provider - ADO 2.7,
System.Data.Oracle,Oracle.DataAccess (ODP) and OleDB, and had no success...
My Oracle DataBase is 9.2, And I'm using FrameWork 1.1
Please - I need help ASAP!

Thansk ahead

--Ram
 
Is your base column in Oracle defined to store unicode characters(nvarchar
instead of varchar etc). Also if I remember right you need to set the NLS
settings in both client and server for Oracle.

Rgds,
Anand M
VB.NET MVP
http://www.dotnetindia.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top