Subject | Re: [IBO] TIBO Database ISAPI |
---|---|
Author | Jason Wharton |
Post date | 2001-04-17T17:49:20Z |
I think we need to know more about what is going on in your modules.
Yes, you should have an IB_Session component on your module. Make sure it is
first in the creation order too.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
Yes, you should have an IB_Session component on your module. Make sure it is
first in the creation order too.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: <info@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, April 17, 2001 8:56 AM
Subject: [IBO] TIBO Database ISAPI
> I have problems in ISAPI Dlls,
>
> I replaced all BDE connection with TIBODatabase objects,
> works almost fine when DLLs are not cached.
>
> When the Dlls are cached i get 500 Server Error.
>
> Do I have to use a Session or Transaktion object.
>
> Regards