Link to home
Start Free TrialLog in
Avatar of sbornstein2
sbornstein2

asked on

ASP.Net - PL/SQL - how to pass special characters to a stored proc from app? Non Western

I have characters in text that is international.  When the update happens to the database the characters are getting messed up.  Is there a way to pass to a varchar2 through my app the string or another value type to handle this?
Avatar of Muhammad Noman Iqbal
Muhammad Noman Iqbal
Flag of Pakistan image

Hi,

Use nvarchar instead of varchar and What is your database character set?
ASKER CERTIFIED SOLUTION
Avatar of Muhammad Noman Iqbal
Muhammad Noman Iqbal
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sbornstein2
sbornstein2

ASKER

thanks