Hi All,
I was wondering.. do we have any restriction on
1. No of columns in a DataSet-Table
2. Record size restriction per row
3. Record size restriction Data Ste level
I am asking this coz i am facing a funny problem. I
execute a querry and it returns me some data. Now, some
time the query gets executed but no records are returned
and no exception is thrown. Now, when i reduce the record
size, by removing some columns or reducing the text per
column, i am able to get the results.
Any pointers?
I am using System.Data.Oracle client with Oracle 9i, 8.0
and i am using OracleDataAdapter to fill my DataSet.