2002-06-01 Rodrigo Moya * libgda.cs: added new libgda API functions. * OleDbConnection.cs (Provider): implemented. (BeginTransaction): made it overload IDbConnection methods. (ChangeDatabase): new stub, needs some work on libgda for being implemented. (Clone): new stub. (Close): implemented. (CreateCommand): implemented. (GetOleDbSchemaTable): new stub, until I understand what to do here. (Open): implemented basic stuff, which is just supporting connection strings that represent a GDA data source name. More to come. (InfoMessage, StateChange): added events. * TestOleDb.cs: test program for System.Data.OleDb. 2002-05-29 Rodrigo Moya * libgda.cs: added static constructor. (GdaClient): new static property to get the underlying GdaClient object. * OleDbConnection.cs: removed GDA initialization, which belongs to the static 'libgda' class. 2002-05-29 Rodrigo Moya * libgda.cs: static class for libgda API calls. * OleDbConnection.cs: implemented constructors. (ConnectionString, Connectiontimeout, Database, State): implemented class properties. (BeginTransaction): implemented. * OleDbTransaction.cs: implemented protected constructors. * TestGDA.cs: simple test for libgda API. 2002-05-27 Rodrigo Moya Started System.Data.OleDb provider, based on libgda.