I have changed my framework version to 1.1 but it's the
same, the HasRows propiety does not exist.
Any comment about it.
Uninstall the 1.0 Framework.. I had this problem and
this fixed it
One thing to keep in mind. The .HasRows method is not
declared in the interface IDataReader. So, if you've set
up an object factory that has a return type as
IDataReader, you will have to explicitly cast the
returned reader to a reader type such as
SqlClient.SqlDataReader or other that supports the
.HasRows method, in order to be able to use it.
Unfortunately, the Oracle client for .NET does not yet
support this method. =(