Hi,
It seems the data schema is not compatible.
Please try to use
DataTable dt=new DataTable();
instead of :randomDataSet1.tableDataTable
I have not idea OracleDataReader would work properly as other datareader.
If it does not.
You might have to use while (read) to handler the data.
Could you also upload code relating to it?
Harry
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.