I can't reproduce the error! Tested with FB1.5.4 and 2.0.1 and works! Regards, Paul
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of sasha > Sent: Tuesday, March 06, 2007 1:31 PM > To: [email protected] > Subject: Re: [Firebird-net-provider] Provider hangs > > > I will try to debug it today, but i think it's haning on reading the > > server response to the command execution, what can mean > > that the server was expecting more data to be sent from the provider. > > > Thanks!!! > > > I've tested this problem in different ways and found yet one strange > behavior. To reproduce it: > > 1) Create next procedure in test database: > > CREATE PROCEDURE STR_TEST( > STR VARCHAR(28000)) > RETURNS ( > RESULT INT) > AS > BEGIN > SUSPEND; > END > > > 2) Change sql variable in saveDescription method on EXECUTE PROCEDURE > STR_TEST(@Description) > > in this case provider hangs too > > > 3) Now change sql variable on SELECT * FROM STR_TEST(@Description) and > you'll get an exception: > > Exception of type 'FirebirdSql.Data.Common.IscException' was thrown. > ErrorCode 335544794 > > > > ----------------------------------------------------------------------- > -- > 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=DEVD > EV > _______________________________________________ > Firebird-net-provider mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider ------------------------------------------------------------------------- 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
