tags:

views:

139

answers:

1

I have just downloaded and and am using db40 7.9 and am testing it on two different .NET 3.5 applications using the supplied tutorial.

When I access the same database (c:\pilot.db4o) file using these two applications, one after the other, each one is reflecting only the changes made by that application, even if those changes were made during the previous run.

Why is each Application not seeing changes the other application made to the database file?

A: 

In such a case be sure you commited the results and close the db, so that the next application can access the file and see the commited results.

But in case you need to access from multiple 'clients' you should try using client / server mode!

even if those changes were made during the previous run.

What do you mean with this?

Karussell