Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To load bound-withs, Bibliographic records are created for each independent monograph in the Bound-with. One Bib is designated as the parent and the holding record is created. Finally, all the other Bib data are linked to the newly created holding.

Image Added

The linking information goes into the ole_ds_bib_holdings_t table. The table contains the following columns:

 

ColumnData TypeComment
BIB_HOLDINGS_TInteger (11)This is the Primary Key and will have to be unique.
HOLDINGS_IDInteger (11)This is the Primary Key from the ole_ds_holdings_t table representing the Holding data.
BIB_IDInteger (11)This is the Primary Key from the ole_ds_bib_t table representing the Bib data.

 

...