2002-08-15 Rodrigo Moya <rodrigo@ximian.com>
authorRodrigo Moya <rodrigo@mono-cvs.ximian.com>
Fri, 16 Aug 2002 01:36:52 +0000 (01:36 -0000)
committerRodrigo Moya <rodrigo@mono-cvs.ximian.com>
Fri, 16 Aug 2002 01:36:52 +0000 (01:36 -0000)
* System.Data.OleDb/OleDbParameterCollection.cs (GdaParameterList):
create an empty GdaParameterList.

* System.Data.OleDb/OleDbCommand.cs (ExecuteReader): check values
for NULL before passing them to Marshal.PtrToStructure, which issues
an exception if the value is NULL.

svn path=/trunk/mcs/; revision=6661

mcs/class/System.Data/ChangeLog

index c8e859e6013e309b1436d05db4513b42dbc3dbdf..496c39ab7861fe79b251ae7f38ced728bc7aefb9 100644 (file)
@@ -1,5 +1,8 @@
 2002-08-15  Rodrigo Moya <rodrigo@ximian.com>
 
+       * System.Data.OleDb/OleDbParameterCollection.cs (GdaParameterList):
+       create an empty GdaParameterList.
+
        * System.Data.OleDb/OleDbCommand.cs (ExecuteReader): check values
        for NULL before passing them to Marshal.PtrToStructure, which issues
        an exception if the value is NULL.