Hello,
i'm developing an application that uses a large databases and i need to do searchs as fast as possible. I'm trying to understand how works the examples code but i'm not successful. Does anyone have some source code on store and retrieve data from a database?
thank you.
bye!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think you should first familiarize yourself with the actual Berkeley DB database before using the C# wrapper. There should be information on the Sleepycat web site: http://www.sleepycat.com.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
i'm developing an application that uses a large databases and i need to do searchs as fast as possible. I'm trying to understand how works the examples code but i'm not successful. Does anyone have some source code on store and retrieve data from a database?
thank you.
bye!
I think you should first familiarize yourself with the actual Berkeley DB database before using the C# wrapper. There should be information on the Sleepycat web site: http://www.sleepycat.com.