From: Carlos G. A. <car...@te...> - 2003-07-17 09:34:47
|
Hello: > Ok, this what I get with E.StackTrace > > InvalidCastException: Le cast spécifié n'est pas valide. > > at System.Data.Common.DbDataAdapter.Fill(Object data, Int32 startRecord, > Int32 maxRecords, String srcTable, IDbCommand command, > CommandBehavior behavior) > at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 > startRecord, Int32 maxRecords, String srcTable, IDbCommand command, > CommandBehavior behavior) > at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) > at Firebird.Test2.FirebirdTest2.FirebirdDataSet() > in c:\documents and settings\denis\mes documents\sources.net\ > epsitec.cresus\firebird.test\firebirdtest2.cs:line 52 This didn't help, try to debug the nunit test execution trying to see that the values the FbDataReader is obtaining are correct. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |