Hi, apologies for the previous post, sometime writing the questions actually solves it too ;) as in "the answer is in the question"
So I'm trying to interface an old primitive database system that is accessed vi a DLL entry point, however some work has been done on object rational mapping where one can create objects of each table and access the database that way, however for viewing the entire database it's seams impossible it parse so many tables (1000's or so objects) However if I can create some sort of schema mapping to a C# Dataset class then that would make it accessible.
Hope that give some info into what i'm trying to attempt