Login  Register

Re: Networking (Network Library)

Posted by vbhardwaj7 on Aug 31, 2010; 8:43am
URL: http://ngl.70.s1.nabble.com/Networking-Network-Library-tp5464078p5481702.html

Even I am looking for it.

I got the chance to look into the Database for this.

There is one table with the name "library"

Following are my observation regarding the same:

1) A new library can be added with a new library_id
2) In case if networked libraries, only MASTER library can participate in "Acquisition", "Cataloging" and "Serials Management". The SLAVE library will be responsibel only for "Circulation" activities.

Now, If a library is a master library then simply write "MASTER" in the following columns:

serialmaster char(18),
cataloguemaster char(18),
acquisitionsmaster char(18),

but I don't know what to write in case its a SLAVE Library

3) There is one more column that needs to be changed:
hostlibraryid int4,