I need to have parallel access to a database from two different
application.

The first application is a TestStand program that will open this
database and then write into the database. This open and write process
will occur continuously as new data are needed to be logged inside the
database.

The second application is a VI that will fetch data from this
database. This VI will open the database and read data from it. This
VI will also run continuously as it attempts to extract any new data
entered into the database.
As you can see, there is a potential problem. MS Access allows only
one access at any time and therefore for my two applications to open
and access the database at the same time has been causing me problems.

I have tried opening the database and then freeing the database after
every data entry but still it won't work very well.

Any suggestion on the best method to go about doing this? I only
intend to use LabVIEW features. I'm using especially the database
connectivity toolkit. Thanks for any help.

Sincerely
Parker

Reply via email to