From: Leonardo F. <leo...@gm...> - 2011-02-08 23:59:45
|
If anyone is interested, I succeeded in running mdbtools, honestly only the command line part of it, under Windows! Does anybody know the reason why, connecting to a database with mdb-sql, I receive the exception "STATUS_ACCESS_VIOLATION"? 2011/2/8 Leonardo Francesconi <leo...@gm...> > Thanks Alexander, ok, > I'm starting trying to dump the database with mdbtools now; > if anyone has some suggest for me, it is welcome! > > Thanks!! > > 2011/2/8 Alexander Lehner <le...@ed...> > > >> >> 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! >>> >>> > |