Board index » delphi » Problem Opening Two Applications At the Same Time that Both Use the BDE

Problem Opening Two Applications At the Same Time that Both Use the BDE

I am having a problem opening two applications at the same time that both
use the BDE. I can only open them individually. One of the applications is
ProLaw which uses ODBC. The other is a Delphi application that uses Paradox
tables. Any suggestions?

Chris
cth...@bluebookprco.com

 

Re:Problem Opening Two Applications At the Same Time that Both Use the BDE


What is the problem you are having??? Is an error message displayed? If so,
what is it?

--
Bill Todd (TeamB)
(Questions received via email cannot be answered.)

Re:Problem Opening Two Applications At the Same Time that Both Use the BDE


Chris,

I'd like to know what errors you get as well.  I recently wrote a C++Builder
app that opens the same databases as another app written with Delphi and
they have no problems...

James Kosin

Quote
"Chris Thoms" <cth...@bluebookprco.com> wrote in message

news:39c10aed$1_1@dnews...

Quote
> I am having a problem opening two applications at the same time that both
> use the BDE. I can only open them individually. One of the applications is

<< snip >>

Re:Problem Opening Two Applications At the Same Time that Both Use the BDE


Chris,  It is most probable that both are using the same Private Directory.
The lock files introduced when the first application opens prevents the next
application from doing so.  Usually with a Directory is Busy error.

John

Quote
"Chris Thoms" <cth...@bluebookprco.com> wrote in message

news:39c10aed$1_1@dnews...
Quote
> I am having a problem opening two applications at the same time that both
> use the BDE. I can only open them individually. One of the applications is
> ProLaw which uses ODBC. The other is a Delphi application that uses
Paradox
> tables. Any suggestions?

> Chris
> cth...@bluebookprco.com

Other Threads