![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm coming from a MS-database world, using Access with VB, and SQL Server with C#. I'd like to try an opensource database instead of SQL Server one, but couldn't find answers to some basic questions: - can Berkeley DB database be stored in a single file, such as Access' mdb ones ? |
|
- is there a DbProvider in ADO.Net 2 which works fine with Berkeley DB ? Or a separate one ? I'd like to use the database with C# and benefit of DB fonctionality of it. |
#3
| |||
| |||
|
|
- is there a DbProvider in ADO.Net 2 which works fine with Berkeley DB ? Or a separate one ? I'd like to use the database with C# and benefit of DB fonctionality of it. Berkeley DB does not support SQL, and so I don't believe that ADO.NET compatibility is achievable directly. It might be worth investigating the Berkeley DB for .NET project at http://sourceforge.net/projects/libdb-dotnet, which provides a .NET wrapper around the Berkeley DB API. |
![]() |
| Thread Tools | |
| Display Modes | |
| |