Subject RE: [firebird-support] Global Temp Table Question - pointer page vanished error
Author Alan McDonald
> Alan McDonald wrote:
> > I think I said that, or meant it - single website, using ODBC driver,
> each
> > website connection is using the same credentials (ODBC) so from FB
> POV it's
> > the same user, but it is also lilkely to be the same connection if
> ODBC
> > driver pools from IIS. Is there a way for me to determine if it's the
> exact
> > same connection?
>
> Run:
>
> select CURRENT_CONNECTION from rdb$database;
>
> on both and compare results.
>
>
> --
> Milan Babuskov
thanks Milan - that shows that it is not realiably one or the other.
Sometimes the same connection, sometimes different. I suppose I expectd this
since it's all down to the nuance of how the pooling logic is applied.
Alan