Thomas Lazar wrote:
Hi there.

I'm evaluating mono for my firm. Requirement is IBM DB2 V8.2 data access.
Unhandled Exception: System.IndexOutOfRangeException: name
in <0x00093> IBM.Data.DB2.DB2DataReader:GetOrdinal (System.String name)
in (wrapper remoting-invoke-with-check) IBM.Data.DB2.DB2DataReader:GetOrdinal (string)
in <0x00013> IBM.Data.DB2.DB2DataReader:get_Item (System.String name)
in <0x0046b> db2test.Units.db2test:db2test ()


Bugzilla is the way to go ;-). Please post a bug at http://bugzilla.ximian.com.

if nothing helps i'd like to try to debug the data provider myself, but i have no clue how to do it. if someone could point me to some howtos on debugging with mono, i'd really apreciate it.

Great! You can use mono debugger (mdb), but it is in development. Otherwise, Console.WriteLine (). Get the source code and keep hacking.

browse : http://svn.myrealbox.com/source/trunk/mcs/class/IBM.Data.DB2/
db2 prvider info : http://www.mono-project.com/IBM_DB2
svn tree : refer http://www.mono-project.com/AnonSVN

suresh.
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to