cmhapan
Results
1
issues of
cmhapan
I am trying to read the sysschobjs table using rawdatabase. Using the sample code from http://improve.dk/orcamdf-rawdatabase-a-swiss-army-knife-for-mdf-files. **var db = new RawDataFile(@"c:\temp\temp.mdf"); var records = db.Pages .Where(x => x.Header.ObjectID == 34...