Jan Waiz wrote:
When trying to call “Datareader.HasRows” I got a Runtime-Error

The requested feature is not implemented:

System.Data.Odbc.OdbcDataReader:get_HasRows ()

How can I check, if a DataReader will have Rows or not?

yes, the requested feature is not yet implemented. HasRows is the appropriate property to check whether there are some rows are not. Either you have to wait till somebody fixes this or you can fix this.

please file a bug report at http://bugzilla.ximian.com under System.Data category.

thanks,
suresh.

TIA

Jan Waiz


------------------------------------------------------------------------

_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to