Board index » delphi » Bde and Internet Server

Bde and Internet Server

I've write a CGI with Delphi 4.0 to manage an Access 97 Database using the
BDE. When I've install the CGI in the Server I obtain this message :

Internal Server Error 500

Exception: EDBEngineError
Message: An error occurred while attempting to initialize the Borland
Database Engine (error $2B05)

... I would like any idea about how to solve that, or possible solutions.

 

Re:Bde and Internet Server


I have the same problem and still have not found a solution. A mystery maybe
!!
Quote
Ignacio wrote:
> I've write a CGI with Delphi 4.0 to manage an Access 97 Database using the
> BDE. When I've install the CGI in the Server I obtain this message :

> Internal Server Error 500

> Exception: EDBEngineError
> Message: An error occurred while attempting to initialize the Borland
> Database Engine (error $2B05)

> ... I would like any idea about how to solve that, or possible solutions.

Re:Bde and Internet Server


Error "$2B05" seems to correspond to "permission denied" (according to
BDE.INT).

"Internal server error" and similar messages ought to be researchable at
Microsoft's quite-extensive web site / knowledge-base ...?

Quote
>Isaac LaPanc wrote:

> I have the same problem and still have not found a solution. A mystery maybe
> !!

> Ignacio wrote:

> > I've write a CGI with Delphi 4.0 to manage an Access 97 Database using the
> > BDE. When I've install the CGI in the Server I obtain this message :

> > Internal Server Error 500

> > Exception: EDBEngineError
> > Message: An error occurred while attempting to initialize the Borland
> > Database Engine (error $2B05)

> > ... I would like any idea about how to solve that, or possible solutions.

--
--------------------------------------------------------------------
Sundial Services :: Scottsdale, AZ (USA) :: (480) 946-8259
mailto:i...@sundialservices.com  (PGP public key available.)

- Show quoted text -

Quote
> Why =shouldn't= it be quick and easy to keep your database online?
> ChimneySweep(R):  "Click click, it's fixed!" {tm}
> http://www.sundialservices.com/cs3web.htm

Other Threads