TARGET_JVM fix. Throw exception if MSSQL port resolution failed.
[mono.git] / mcs / class / System.Data / System.Data.OleDb.jvm / ChangeLog
1 2005-16-11 Boris Kirzner <borisk@mainsoft.com>
2         * OleDbConnection.cs: Added override for CreateException().
3
4 2005-11-07 Konstantin Triger <kostat@mainsoft.com>
5
6         * OleDbConnection.cs: retrieve the StringManager from AppDomain
7                 to workaround lack of correct AppDomain management in GH
8
9 2005-09-05 Boris Kirzner <borisk@mainsoft.com>
10         * OleDbConvert.cs: return underlined value type in case of enum value.
11         * OleDbParameter.cs:
12                 - Update of DbType should also update OleDbType property. 
13                 - Do not update parameter type is the value set is DbNull.
14
15 2005-06-21  Konstantin  Triger <kostat@mainsoft.com>
16
17         * OleDbConvert.cs: mapping OleDbType.Guid to Types.CHAR