Hi, When I compile provider source I get these warning messages:
....FbConnectionString.cs(43,43): warning CS0618: 'System.Collections.CaseInsensitiveHashCodeProvider' is obsolete: Please use StringComparer instead.' ....FbConnectionString.cs(43,25): warning CS0618: 'System.Collections.Hashtable.Hashtable(System.Collections.IHashCodeProvider, System.Collections.IComparer)' is obsolete: 'Please use Hashtable(IEqualityComparer) instead.' ....ExtTransaction.cs(44,46): warning CS0067: The event 'FirebirdSql.Data.Client.ExternalEngine.ExtTransaction.Update' is never used ....FbDataAdapter.cs(78,22): warning CS0169: The private field 'FirebirdSql.Data.FirebirdClient.FbDataAdapter.disposed' is never used ....FbDataReader.cs(47,18): warning CS0169: The private field 'FirebirdSql.Data.FirebirdClient.FbDataReader.disposed' is never used Should I ignore them, specially first 2 warnings ? Carlos Guzmán Álvarez wrote: > Hello: >> I can't figure out whats happening. Any one else had this problem and = > >> solved it ? Any suggestions ? > I will give a try to this as soon as possible, can you give a try using = > > final version of the provider ?? > > Thanks for reporting the problem :) > > > > -- = > > Carlos Guzm=E1n =C1lvarez > Vigo-Spain ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
