From: <meg...@ya...> - 2004-02-03 09:43:24
|
Hello Carlos, Sorry for being late. But I tried a lot to prepare a test case for the scene mentioned. I couldn't replicate it. It was only in one procedure that I was having this problem. (Code working fine in Beta 2, but not in RC2.) FbParameter fbParam = new FbParameter("@no_of_days",4); This is what the exception I've got Message : Incorrect values within SQLDA structure Source : FirebirdSql.Data.Firebird TargetSite : FirebirdSql.Data.Firebird.FbDataReader ExecuteReader(System.Data.CommandBehavior) By casting it with (object), the FbException doesn't comes. (Code working fine in Beta 2 and in RC2.) FbParameter fbParam = new FbParameter("@no_of_days",(object)4); Will let u know asap. Thanx anyway, Mahesh. --------------------------------- Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now |