Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Scenario: I have a table with 20 columns of which 2nd column in question is a Varchar2 (255 BYTE) column and I know that the particular query on Oracle SQLDeveloper returns 2 rows both containing proper column values (incidentally column value is 'true' as a string not boolean)

But in .Net environment be it using OracleDataAdapter or OracleDataReader - of the two rows one row consistently is returning object(System.DbNull) for that 2nd column. Not sure why?

Any help is greatly appreciated.
Posted
Updated 9-May-14 16:52pm
v2
Comments
DamithSL 9-May-14 22:54pm    
update the question with your code please

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