|
From: Yannick H. <yan...@gm...> - 2016-01-12 12:16:34
|
Hello again :) I'm moving forward with my go library and I have arrived at the point where I need to read the records from the data pages. >From what I understood by reading the source code of libmdb, all the secrets are contained in the MSysObjects table. Is there a good reference or description of the MSysObjects table and object ? What is the basic approach ? Regards Yannick Heinrich 2015-12-14 13:34 GMT+01:00 Yannick Heinrich <yan...@gm...>: > Hello, > > I'm currently trying to create a small Go tool that could deal with mdb > files. > > I'm currently reading the HACKING file at > https://github.com/brianb/mdbtools/blob/master/HACKING to be able to > decode a Jet4 file for now. > > I don't really understand the definition of tdef_pg in the data page > section. > > Is it the index of the page within the whole file ? Is it an offset > relative to the beginning of the file ? > > I fall on this page speaking about tdef_pg on sourceforge : > http://sourceforge.net/p/mdbtools/mailman/message/3267842/ > > I created a small program printing all the headers of the data pages and I > did not get the offset mentionned in this page. > Moreover, on this page, a page_id is mentioned but no trace in the HACKING > file. > > Could someone give me more information about the tdef_pg pointer and more > generally, > how is a data definition page found from the data page header ? > > Yannick > > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev > > |