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

An error occurred while attempting to initialize the Borland Database Engine (error $210D)

Hi,

I've written an application using the BDE with paradox tables. Every time i
use this application and i try to start delphi 6 or the database explorer i
get this error message. Does anybody know where this conflict is coming
from? And how to solve this?

I use a TDatabase component, HandleShared := true and Exclusive := false.

Thx,

Nils van der Meer

 

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


Try changing the SharedMemoLocation to 0x5BDE and the SharedMemSize to 4096
in BDE Administrator.

--
Bill
(TeamB cannot answer questions received via email)

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


Thx,

That worked.

Nils van der Meer

"Bill Todd (TeamB)" <bill.nos...@dbginc.com> wrote in message
news:3bf12c36$1_2@dnews...

Quote
> Try changing the SharedMemoLocation to 0x5BDE and the SharedMemSize to
4096
> in BDE Administrator.

> --
> Bill
> (TeamB cannot answer questions received via email)

Other Threads