7
Answers

Dataset not taking more than 39 rows!

jana_ban

jana_ban

20y
4.5k
1
I have a dataset that I fill using Microsoft ODP.net and Oracle9i database. The sql returns 60 rows, however the OracleHelper.ExecuteMappedDataset returns 0 rows. I found out that if the number of data rows returned is less than 40 I see the data in the dataset with count = 39 otherwise the count = 0 Any idea what could be causing it? Thanks J.
Answers (7)
0
Mahesh Chand

Mahesh Chand

2 286.4k 123.7m 12y
Your solution file may be corrupt. Try to open the project (.prj) file. Did you move to a different location? 

If you still can't open it (corrupted it), then you can open the .sln file in Notepad to see if path is correct. 

Alternatively, you can create a blank solution and add your existing project to it.

Cheers!