Board index » delphi » ISAPI/NSAPI dll in 2000

ISAPI/NSAPI dll in 2000

Hi all

My name is Brian and I am currently developing a webmodule that connects to
Interbase 6 through a data model using ADO and the SIBProvider.

I have tested every thing with a access database and It works perfectly...
but when I use Interbase I get:
?*********
Exception: EOleException
Message: unavailable database
?*********

I also tested the dll on a 98se machine and it worked fine!
I have got InterbaseExpress Delphi update 5.51
The 2000 service pack two
D5EntUpdate
d5adoupdate2
and I am rinning IE5.5

Do I need something else.

Please help me.

Thenks Brian

 

Re:ISAPI/NSAPI dll in 2000


unavailable database will almost always be that you are using a local
connection.  You can not do that with ISAPI.  You have to use a remote
connection string.

Quote
Brian wrote:

> Hi all

> My name is Brian and I am currently developing a webmodule that connects to
> Interbase 6 through a data model using ADO and the SIBProvider.

> I have tested every thing with a access database and It works perfectly...
> but when I use Interbase I get:
> ?*********
> Exception: EOleException
> Message: unavailable database
> ?*********

> I also tested the dll on a 98se machine and it worked fine!
> I have got InterbaseExpress Delphi update 5.51
> The 2000 service pack two
> D5EntUpdate
> d5adoupdate2
> and I am rinning IE5.5

> Do I need something else.

> Please help me.

> Thenks Brian

--
Jeff Overcash (TeamB)
      (Please do not email me directly unless  asked. Thank You)
The fool escaped from paradise will look over his shoulder and cry
Sit and chew on daffodils and struggle to answer why?
As you grow up and leave the playground
Where you kissed your Prince and found your frog
Remember the jester that showed you tears, the script for tears. (Fish)

Re:ISAPI/NSAPI dll in 2000


Hey Jeff

Thanks man. I susspected that.

It works now with ADO but I still can't get it to work with the IB
components in delphi 5, but ADO is great and at least I have something to
work with. Thanks for taking the time to look at my query.

Brian

Re:ISAPI/NSAPI dll in 2000


Jeff

Thanks Man I got it. I do appreaciate your input.
Go well

Brian

Other Threads