[Mono-devel-list] DataReader incompatibilit!

T Sureshkumar tsureshkumar at novell.com
Fri Sep 3 02:49:58 EDT 2004


hi,

  This works well at my box. Can you give more details of what database you are using and what provider, you use to connect to db.

  Please file a bug in http://bugzilla.ximian.com with minimal complete sample program to reproduce the error. 

Suresh.


>>> Everaldo Canuto <everaldo_canuto at yahoo.com.br> 9/3/2004 1:28:48 AM >>>
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




More information about the Mono-devel-list mailing list