Subject | Re: [IBO] ISAPI dll deployment problem |
---|---|
Author | Dennis Cons |
Post date | 2002-06-10T10:30:23Z |
Helen,
Jason Wharton also replied :
If you are using the eval version of IBO, it is popping up a notice asking
you to register the product and not allowing the ISAPI to continue
execution.
MY connection info set up on the very simple dll is as below , again
everthing under PWS on my WIn98 machine ok, using db off my server , so the
connection info stays exactly the same (localhost, cpLocal doesn't make a
difference)
TIB_Session (first in creation order.)
TIBOdatabase
Aliasname - empty
DatabaseNamed - AULX ( referenced in TIBOquery.databasename)
DefautTransaction, not set, set itself to IBOdatabase1.trIBOdatabase1
Userid, password ...sysdba,masterkey
Server - Faraway2, Path - e:\aul\aulllive.gdb, Protocol - cpTCP_IP
(localhost & cpLocal make no diff)
Loginprompt - false
Everthing left as default.
TIBOquery
Databasename - AULX
IB_connection & IB_transaction not set
No keylinks or joinlinks
SQL ..simple select.
Everthing else default
Have used a TIBODatasetTable producer and a TDatasetTableProducer...they
appear to work exactly the same. What is the difference between these.
Because I need to use (IBO) DatasetTableProducer , I believe I have to use
TIBOquery , which forces me to use TIOBDatabase
Dennis Cons
""Helen Borrie (TeamIBO)"" <helebor@...> wrote in message
news:5.1.0.14.2.20020610161622.047c6720@......
Jason Wharton also replied :
If you are using the eval version of IBO, it is popping up a notice asking
you to register the product and not allowing the ISAPI to continue
execution.
MY connection info set up on the very simple dll is as below , again
everthing under PWS on my WIn98 machine ok, using db off my server , so the
connection info stays exactly the same (localhost, cpLocal doesn't make a
difference)
TIB_Session (first in creation order.)
TIBOdatabase
Aliasname - empty
DatabaseNamed - AULX ( referenced in TIBOquery.databasename)
DefautTransaction, not set, set itself to IBOdatabase1.trIBOdatabase1
Userid, password ...sysdba,masterkey
Server - Faraway2, Path - e:\aul\aulllive.gdb, Protocol - cpTCP_IP
(localhost & cpLocal make no diff)
Loginprompt - false
Everthing left as default.
TIBOquery
Databasename - AULX
IB_connection & IB_transaction not set
No keylinks or joinlinks
SQL ..simple select.
Everthing else default
Have used a TIBODatasetTable producer and a TDatasetTableProducer...they
appear to work exactly the same. What is the difference between these.
Because I need to use (IBO) DatasetTableProducer , I believe I have to use
TIBOquery , which forces me to use TIOBDatabase
Dennis Cons
""Helen Borrie (TeamIBO)"" <helebor@...> wrote in message
news:5.1.0.14.2.20020610161622.047c6720@......
> At 12:31 PM 10-06-02 +0700, Dennis Cons wrote:PWS
> >ISAPI dll deployment problem
> >
> >I have converted an ISAPI dll using BDE to IBO. On my dev machine using
> >, but connecting to my server for IB6 --> everything OK.hangs
> >
> >When copy & run on IIS4 on my server (IB6 on same server),browser just
> >, never returns with a response (blank window with progress bar), afterrunning
> >which the web pub service is messed up.
> >
> >TO TEST I have build a very simple Isapi dll using IBO & also IBX,
> >on server IIS4 --->IBX version works<--- , IBO produces identicalbehaviour.
> >"localhost :
> >What have I NOT got on my server to enable IBO db access ? Connection
> >string "servername : path" , cpTCP_IP, makes no difference with
> >path" cpLocal.on
> >
> >I have NOT install IBO components into Delphi or deployed anything else
> >my server,.___________________________________________________________________________
>
> Would you please describe what objects you have in your connection setup
> (all of them).
>
> regards,
> Helen Borrie (TeamIBO Support)
>
> ** Please don't email your support questions privately **
> Ask on the list and everyone benefits
> Don't forget the IB Objects online FAQ - link from any page at
> www.ibobjects.com
>
>
>
>
> IB Objects - direct, complete, custom connectivity to Firebird orInterBase
> without the need for BDE, ODBC or any other layer.___________________________________________________________________________
>
> http://www.ibobjects.com - your IBO community resource for Tech Infopapers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>