[Mono-devel-list] DataReader incompatibilit!

Rafael Teixeira monoman at gmail.com
Thu Sep 2 17:02:57 EDT 2004


Hi Everaldo,

You didn't post the error message. But I believe the problem lies in
the compiler, because probably it should do some inheritance check to
allow it.

Please file a bug case for the Mono C# Compiler, at our bugzilla at
http://bugzilla.ximian.com/enter_bug.cgi?product=Mono%3A%20Compilers.

Thanks for the report,

On Thu, 2 Sep 2004 16:58:48 -0300 (ART), Everaldo Canuto
<everaldo_canuto at yahoo.com.br> wrote:
> This code runs on MS Framework:
> 
> >foreach (DataRow schemaRow in table.Rows)
> 
> but on Mono I have to modify this code to:
> 
> >for(c = 0; c < schemaTable.Rows.Count; c++)
> >{
> >  DataRow schemaRow = schemaTable.Rows[c];
> 
> I assume that this foreach does not function with the
> Rows collection od DataTable but I have one question,
> Who I must notify this problem?
> 
> Everaldo Canuto
> everaldo_canuto at yahoo.com.br
> 
> 
> _______________________________________________________
> Yahoo! Acesso Grátis - navegue de graça com conexão de qualidade!
> http://br.acesso.yahoo.com/
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 


-- 
Rafael "Monoman" Teixeira
---------------------------------------
Cognition is not a representation of an objectively existing world
but is a bringing forth of a world in the process of living.
-- Fritjof Capra, citing 
   Humberto Maturana and Francisco Varella's "Santiago Theory of Cognition"



More information about the Mono-devel-list mailing list