TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nicola
NA
3
0
Insert accented string into Oracle varchar2
Mar 7 2006 6:14 AM
Hi guys , I'm fronting strange trouble (as I see). I've to insert strings into Oracle varchar2 column. Matter's c# string contains accented characters , i.e. à è . I 'm using Microsoft Data Provider for Oracle. After inserting the string , I check it into the Oracle db and I see that's filtered in its accented characters! so that 'à' is transformed into 'a' and 'è' into 'e' and so on. If I reply the insert statement directly throw SQL*Plus it executes correctly , inserting accented characters in the right way! So , I guess , matter's in my Oracle provider! I 've tried using Unicode='True' in the connection string but it didn't work! I've always passed the string to insert using OracleParameter helper , settind the OracleType.Varchar , what could I do ? any ideas out there? (Excuse for my bad english...) Kind regards , Nicola
Reply
Answers (
2
)
Database Commands From C# Form. It Works But ...
Change Password,Forget password