Eric Hass - 2009-06-01

Hi All,

I have created a bekeley db file, using .Net wrapper provided by sourceforge.net for libdb43.dll .
File is created successfully and is ready to use, but my problem is when i created the same file using only berkeley db in C. the two files differ in content.
the file created in C# contained some extra data than the file created in C.
After creating a file in C# i have to pass that file in Linux where it has to be used. So both the files created should have same content.

Can anyone help me in what may be the reason or possible solution for difference in files created in C# and in C.

Ur help will be highly appreciated

Thanks
Eric Hass