I need to access the data in a .edb file, which is the type of database used by the Windows System Resource Manager, natively in my C# application. I can't seem to find a data provider that will connect to it, though. Although the WSRM stores the .edb file in a folder called "Jet DB", none of the existing Jet providers will connect to it (the usual Jet extension is .mdb)

Does anyone know how I can access this data? Right now I have to open up the WSRM, manually export the data to a text file, and then work with it from there. It's not a very good permanent solution

Thanks
Jeff