2002-08-18 Rodrigo Moya <rodrigo@ximian.com>
authorRodrigo Moya <rodrigo@mono-cvs.ximian.com>
Sun, 18 Aug 2002 12:47:50 +0000 (12:47 -0000)
committerRodrigo Moya <rodrigo@mono-cvs.ximian.com>
Sun, 18 Aug 2002 12:47:50 +0000 (12:47 -0000)
commit0624655c6e4b9172b2097213c03459b0aff86e41
tree11c2c32045cdc3a1348697e409abfdb724e4f17c
parent16d25f7466d048bf7b5bafd5b7d9083ae511adfe
2002-08-18  Rodrigo Moya <rodrigo@ximian.com>

* System.Data.OleDb/OleDbDataReader.cs (this[]): made it just call
GetValue, which will take care of all the work needed.
(Close): implemented basic stuff.
(~OleDbDataReader): implemented.

* System.Data.OleDb/libgda.cs: added more needed functions.

svn path=/trunk/mcs/; revision=6721
mcs/class/System.Data/ChangeLog
mcs/class/System.Data/System.Data.OleDb/OleDbDataReader.cs
mcs/class/System.Data/System.Data.OleDb/libgda.cs