OracleDataReader fetches first 6 columns only
Posted: Mon 11 Apr 2005 11:48
I've created OracleCommand with select * from MY_VIEW as CommandText. The type of a command is "Text".
When I try to execute this command, storing the result in a OracleDataReader (OracleCommand->ExecuteReader), I have a trouble with reader's columns. When I refer to the first 6 columns of a result set, I see what I want. But, reading the values of others columns of any row in a reader gets the null result.
Is it because of using a trial version of component?
Thanks!
When I try to execute this command, storing the result in a OracleDataReader (OracleCommand->ExecuteReader), I have a trouble with reader's columns. When I refer to the first 6 columns of a result set, I see what I want. But, reading the values of others columns of any row in a reader gets the null result.
Is it because of using a trial version of component?
Thanks!