Board index » delphi » An error occurred while attempting to initialize the Borland Database Engine (error $2B32)

An error occurred while attempting to initialize the Borland Database Engine (error $2B32)

I have a Delphi CGI application accessing a Paradox table on IIS5 and W2000
Server SP2.

If one user uses the application all is ok but if two or more user make a
concurrent access I get the error reported  in the e.mail subject...

The CGI application creates in runtime, in the OnCreate method, the
TSession, the TDataBase and the TTable components; the PrivateDir of
TSession is set to a separate directory for every concurrent user...

Why with one user all works but with two concurrent user don't works ? What
exactly means the error ? How I can solve the error ?

Many thanks for every kind of help.

Francesco

 

Re:An error occurred while attempting to initialize the Borland Database Engine (error $2B32)


I need to give a thank to Dan English (Defined Systems) for THE solution !

http://www.defined.net/whitepapers.htm

Francesco

"Francesco Pucino" <fpuc...@mclink.it> ha scritto nel messaggio
news:3c6b808f$1_2@dnews...

Quote
> I have a Delphi CGI application accessing a Paradox table on IIS5 and
W2000
> Server SP2.

> If one user uses the application all is ok but if two or more user make a
> concurrent access I get the error reported  in the e.mail subject...

> The CGI application creates in runtime, in the OnCreate method, the
> TSession, the TDataBase and the TTable components; the PrivateDir of
> TSession is set to a separate directory for every concurrent user...

> Why with one user all works but with two concurrent user don't works ?
What
> exactly means the error ? How I can solve the error ?

> Many thanks for every kind of help.

> Francesco

Re:An error occurred while attempting to initialize the Borland Database Engine (error $2B32)


I need to give a thank to Dan English (Defined Systems) for THE solution !

http://www.defined.net/whitepapers.htm

Francesco

"Francesco Pucino" <fpuc...@mclink.it> ha scritto nel messaggio
news:3c6b808f$1_2@dnews...

Quote
> I have a Delphi CGI application accessing a Paradox table on IIS5 and
W2000
> Server SP2.

> If one user uses the application all is ok but if two or more user make a
> concurrent access I get the error reported  in the e.mail subject...

> The CGI application creates in runtime, in the OnCreate method, the
> TSession, the TDataBase and the TTable components; the PrivateDir of
> TSession is set to a separate directory for every concurrent user...

> Why with one user all works but with two concurrent user don't works ?
What
> exactly means the error ? How I can solve the error ?

> Many thanks for every kind of help.

> Francesco

Other Threads