From:
<car...@te...> - 2004-02-19 12:29:10
|
Hello: > If I run this when the app starts, it's fine. But following opening a > connection with Pooling enabled, it raises a FbException in > 'val.Start()', "No message for code 5 found". > > If I turn pooling off, it works fine. > > Interestingly, even if I wait for the pooled connection to be closed, > and try the code again, it still fails.... The validation can't be done if there are connections opened to the database, maybe the connection sin the pool has been no closed yet when you are trying to do the validation. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |