Subject Re: [firebird-support] Global Temp Table Question - pointer page vanished error
Author Milan Babuskov
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

==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================