[Mono-dev] OracleDataAdapter patch
Daniel Morgan
monodanmorg at yahoo.com
Sun Feb 26 12:50:36 EST 2006
Please commit.
You do not have to ask to commit to System.Data.OracleClient. Especially with all the bug fixes I see you do to System.Data.
Thanks,
Daniel
Konstantin Triger <kostat at mainsoft.com> wrote: Hello all,
Attached a small patch fixing the NullReferenceException thrown by the following:
OracleDataAdapter a = new OracleDataAdapter();
a.DeleteCommand = null;
a.SelectCommand = null;
a.UpdateCommand = null;
a.InsertCommand = null;
Please object before I commit.
Regards,
Konstantin Triger
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list
---------------------------------
Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060226/854d70cc/attachment.html
More information about the Mono-devel-list
mailing list