Subject Re: Running 2 .EXE files
From Ronnie MacGregor <No_Sp@m.Thanks>
Date Mon, 11 May 2020 14:08:45 +0100
Newsgroups dbase.getting-started

In article <4VUZ6OyJWHA.1552@ip-AC1E04A7>, michael@itntgroup.com.au
says...

> I am trying to run 2 x .exe files.

First thing to check is that the "localshare" property in the BDE is set
to true.


> So the question 1. is, how can I run concurrent .exe files that can
> talk to the same local database without effecting each other as if i
> am running 2 x seperate .exe's in seperate windows users?

The problem is that you have two runtimes going on one machine, and I am
not convinced that this approach was ever designed in or intended.

Is it possible for you to have a single "startup" .exe and then run two
separate instances of your form ?  In theory this should not tax dBASE
or machine resources in the same way.