From: Alexander L. <le...@ed...> - 2011-02-08 13:37:00
|
Hi Leonardo, I don't know about such a DLL, but I know that accessing a native C-library (dll) from C# is quite a pain. Depending on what you are planning to do, I would rather suggest to write the database-related code in C, using mdbtools and dump the result in a simple plaintext file which then can be read from C#. A. On Tue, 8 Feb 2011, Leonardo Francesconi wrote: > Dear developers, > I'm an Italian Computer Science student (so excuse me for my English) and > I'm working to access and query some .mdb database with Visual Studio C#. > Unfortunately to handle these database I need to be part of the workgroup > described into a .mdw file, and I don't have any password to do that. > Of course mdbtools can access them, so I'm wondering if there exists a > collection of .dll with the mdbtools algorithms to be added to my C# > project, and in that case, how could I use them. > > Thanks to all of you! > |