Subject | IBO, Intraweb ISAPI Website |
---|---|
Author | rgarbig |
Post date | 2004-11-26T17:09:44Z |
I'm building an ISAPI website using Delphi 5, Firebird 1.5, IBO 4.3.A
and Intraweb 7. For each user that connects to the site, Intraweb
creates a new session (TSessionName = class(TComponent)) which
contains variables and a declaration of datamodule. In the datamodule
unit are all the IBO queries and the TIBODatabase and the TIB_Session
components. Is it necessary, in the Constructor of this Intraweb
session to give the new Database Component and the Session component
unique names and to assign those names to the IBOquery components
prior to setting the IBODatabase component Connected property to
True? An Intraweb demo (using DBISAM) does this and I wanted to check
if IBO/Firebird required the same.
and Intraweb 7. For each user that connects to the site, Intraweb
creates a new session (TSessionName = class(TComponent)) which
contains variables and a declaration of datamodule. In the datamodule
unit are all the IBO queries and the TIBODatabase and the TIB_Session
components. Is it necessary, in the Constructor of this Intraweb
session to give the new Database Component and the Session component
unique names and to assign those names to the IBOquery components
prior to setting the IBODatabase component Connected property to
True? An Intraweb demo (using DBISAM) does this and I wanted to check
if IBO/Firebird required the same.