[Mono-dev] OracleDataAdapter patch
Konstantin Triger
kostat at mainsoft.com
Sun Feb 26 09:04:48 EST 2006
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060226/a18e7ce3/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OracleDataAdapter.patch
Type: application/octet-stream
Size: 1409 bytes
Desc: OracleDataAdapter.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060226/a18e7ce3/attachment.obj
More information about the Mono-devel-list
mailing list