2002-07-28 Rodrigo Moya <rodrigo@ximian.com>
authorRodrigo Moya <rodrigo@mono-cvs.ximian.com>
Sun, 28 Jul 2002 23:28:55 +0000 (23:28 -0000)
committerRodrigo Moya <rodrigo@mono-cvs.ximian.com>
Sun, 28 Jul 2002 23:28:55 +0000 (23:28 -0000)
commit9e3aae2189f63206816bffa2c98948df00a26698
treefca14ea800cb6840d41531c13cdd249168537091
parent6d686752856530fbd6471a6e623d1e656282d2b5
2002-07-28  Rodrigo Moya <rodrigo@ximian.com>

* OleDbCommand.cs (ExecuteReader):
(CreateParameter): implemented IDbCommand methods.
(CommandText): don't create many GdaCommand's, only one is needed.
(ExecuteNonQuery): set up the internal GDA command object.
(ExecuteReader): use correctly the unique GDA command object.

* libgda.cs: added new libgda calls.

svn path=/trunk/mcs/; revision=6232
mcs/class/System.Data/System.Data.OleDb/ChangeLog
mcs/class/System.Data/System.Data.OleDb/OleDbCommand.cs
mcs/class/System.Data/System.Data.OleDb/OleDbTransaction.cs
mcs/class/System.Data/System.Data.OleDb/libgda.cs