Subject | IBO/4.9.9 |
---|---|
Author | Aage Johansen |
Post date | 2010-01-13T21:49:42Z |
This may already have been reported by SET, but anyway:
In an application for transferring a database I have only
TIB_Connection+TIB_Transaction+TIB_Cursor and
TIB_Connection+TIB_Transaction+TIB_DSQL (LoginPromt=true). When I
set "Connected:=true" I get an error message about there being no
login form for the TIB_Connection.
If I include e.g. a TIB_Query component, everything works. TIB_Query
causes IB_Access to be included which seems to be sufficient for the
TIB_Connection to find the login form.
It should not be necessary to include extra components or know that
IB_Access (or some other unit) should be added manually to the uses clause.
--
Aage J.
In an application for transferring a database I have only
TIB_Connection+TIB_Transaction+TIB_Cursor and
TIB_Connection+TIB_Transaction+TIB_DSQL (LoginPromt=true). When I
set "Connected:=true" I get an error message about there being no
login form for the TIB_Connection.
If I include e.g. a TIB_Query component, everything works. TIB_Query
causes IB_Access to be included which seems to be sufficient for the
TIB_Connection to find the login form.
It should not be necessary to include extra components or know that
IB_Access (or some other unit) should be added manually to the uses clause.
--
Aage J.