All Tags »
.NET »
.yap file (RSS)
Sorry, but there are no more tags available to filter with.
-
Hello, I am quite new to db4o. When I open my file based database I use the following syntax:
_server = Db4oFactory.OpenServer(''database.db'', 0);
This seems to recreate my database file eachtime. And my data is being wiped out each time my application restarts. What can I do to preserve my data.
There is also a ...