Have you tried to ask google before posting this question? It is not too hard.
I found this on google (query was: "berkeley db .net").
Can i open a berkeley db like our native.db in, for example, .net environment?
How can i access to berkeley db in win32?
Thanks in advance
Have you tried to ask google before posting this question? It is not too hard.
I found this on google (query was: "berkeley db .net").
i have already found it two days ago, but is not for our native db
i try it but is a bit strange
Go to the berkely website and download the windows version. It comes with C/C++ API, its the easiest way to access the db file from a windows box.
-Chad