OracleDataAdapter.Fill does not return rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am using .Net 1.1 and ODP.net. When I use OracleDataAdapter.Fill method,
it is not returning any rows, but when I query in TOAD I see results. Has
anyone experienced this problem before ?

Thanks,
- Kishore
 
Is there a limit on how many columns a DataTable or OracleDataAdapter.Fill?
The above problem happened when query had more than 120 select columns. I
found a workaround for the following issue by splitting query into few select
columns, and manually merging!!!

- Kishore
 
Back
Top