No,
I am not trying to do that at the same time.
But this is something which is driving me crazy. :)
I have just downloaded and playing with the awesome new concept of db4o and am using db40 7.9 .
I have made and am testing it on two different .net NET 3.5 applications and am following using the tutorial supplied tutorial.
Now when
When I am accessing 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 applicationonly; , even if those changes were made during the previous run(just simple storing of pilot class objects).
However,
Why is each Application not seeing changes made by the other application are not being reflected in the first or vice-versa?
Both applications are accessing the same file, as I have checked in the VS debug stack as well as the time attribute of made to the database file.
What's happening here??
Regards,
Saurabh.
