|
|
|
start date: Wed, 8 Aug 2007 08:36:05 -0700,
posted on: microsoft.public.dotnet.framework.adonet
back
| Thread Index |
|
1
Kishore
|
|
2
Kishore
|
OracleDataAdapter.Fill does not return rows
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
Date:Wed, 8 Aug 2007 08:36:05 -0700
Author:
|
RE: OracleDataAdapter.Fill does not return rows
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
"Kishore" wrote:
> 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
Date:Wed, 8 Aug 2007 14:12:01 -0700
Author:
|
|
|