Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am faced with a problem querying data from an Oracle 11g table. I have stored chinese characters (names) in one of the table columns.
The data type for this column of interest is NVARCHAR2(10).

As a test I issue a query using exactly the same string of data thru a ASP.NET webform. However, no records were surfaced thru this test query.

Another test using Windows Forms with the same query surface records of interest.

The NLS_CHARACTERSET of the database is AL32UTF8.

I am using Visual Studio 2010 Framework 3.5

What might be the problem resulting in the Windows Form having a hit on the data while the ASP.NET webform having a miss?
Posted
Updated 2-Nov-10 4:05am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900