[Mono-dev] Status of ADO.NET 2.0

Carlos Guzmán Álvarez carlosga05 at gmail.com
Mon Jul 3 14:03:46 EDT 2006


Hello:

What is the current status of the ADO.NET 2.0 implementation ??

While compiling the latest Firebird .NET Provider for .NET 2.0 ( .NET 
Provider v2.0 Final ) i'm getting 2 errors only, on two properties of 
the DbParameter class ( Precision and Scale ) that looks as no being 
present in the .NET 2.0 class.


   [delete] Deleting directory 
'D:\desarrollo\WorkingFolder\FirebirdProject\NETProvider\NETProvider_20\build\win32\ado.net\mono-2.0\bin\release'.
    [mkdir] Creating directory 
'D:\desarrollo\WorkingFolder\FirebirdProject\NETProvider\NETProvider_20\build\win32\ado.net\mono-2.0\bin\release'.
      [csc] Compiling 201 files to 
'D:\desarrollo\WorkingFolder\FirebirdProject\NETProvider\NETProvider_20\build\win32\ado.net\mono-2.0\bin\release\FirebirdSql.Data.FirebirdClient.dll'.
      [csc] 
D:\desarrollo\WorkingFolder\FirebirdProject\NETProvider\NETProvider_20\source\FirebirdSql\Data\FirebirdClient\FbParameter.cs(218,15): 
warning CS0114: `FirebirdSql.Data.FirebirdClient.FbParameter.Precision' 
hides inherited member `System.Data.Common.DbParameter.Precision'. To 
make the current member override that implementation, add the override 
keyword. Otherwise add the new keyword
      [csc] C:\Archivos de 
programa\Mono-1.1.13.8\lib\mono\2.0\System.Data.dll: 
`System.Data.Common.DbParameter.Precision', name of symbol related to 
previous warning
      [csc] 
D:\desarrollo\WorkingFolder\FirebirdProject\NETProvider\NETProvider_20\source\FirebirdSql\Data\FirebirdClient\FbParameter.cs(218,15): 
error CS0533: `FirebirdSql.Data.FirebirdClient.FbParameter.Precision' 
hides inherited abstract member `System.Data.Common.DbParameter.Precision'
      [csc] C:\Archivos de 
programa\Mono-1.1.13.8\lib\mono\2.0\System.Data.dll: 
`System.Data.Common.DbParameter.Precision', name of symbol related to 
previous error
      [csc] 
D:\desarrollo\WorkingFolder\FirebirdProject\NETProvider\NETProvider_20\source\FirebirdSql\Data\FirebirdClient\FbParameter.cs(229,15): 
warning CS0114: `FirebirdSql.Data.FirebirdClient.FbParameter.Scale' 
hides inherited member `System.Data.Common.DbParameter.Scale'. To make 
the current member override that implementation, add the override 
keyword. Otherwise add the new keyword
      [csc] C:\Archivos de 
programa\Mono-1.1.13.8\lib\mono\2.0\System.Data.dll: 
`System.Data.Common.DbParameter.Scale', name of symbol related to 
previous warning
      [csc] 
D:\desarrollo\WorkingFolder\FirebirdProject\NETProvider\NETProvider_20\source\FirebirdSql\Data\FirebirdClient\FbParameter.cs(229,15): 
error CS0533: `FirebirdSql.Data.FirebirdClient.FbParameter.Scale' hides 
inherited abstract member `System.Data.Common.DbParameter.Scale'
      [csc] C:\Archivos de 
programa\Mono-1.1.13.8\lib\mono\2.0\System.Data.dll: 
`System.Data.Common.DbParameter.Scale', name of symbol related to 
previous error
      [csc] Compilation failed: 2 error(s), 2 warnings



-- 
Carlos Guzmán Álvarez
Vigo-Spain

http://carlosga.blogspot.com/

No hay un solo rey que no descienda de un esclavo, 
ni un esclavo que no haya tenido reyes en su familia.




More information about the Mono-devel-list mailing list