| 12345678910111213141516171819202122232425 |
- 2002-05-29 Rodrigo Moya <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- Started System.Data.OleDb provider, based on libgda.
|