Row count from OracleDataReader
398959Jul 14 2003 — edited Jul 15 2003I am in the middle of moving my code from using the Microsoft Oracle Managed Provider to using the native ODP.Net instead. So far it's been nice and easy, however I do have one problem, namely how do you find out if your datareader has returned rows of data or even get the rowcount? With the Microsoft provider I simply used myDataReader.HasRows to find out if row had been returned but I don't know how to do this using ODP.Net. Can anyone help?