<div dir="ltr">Great and helpful information from Jason about the database side!  My 
preference is to have one record as he describes rather than separate 
records for each member. <br><br>What
 version of Evergreen are you using?  Because if you are using version 
2.7 as long as the record are properly coded, then the OPAC display will
 say ebook and have an ebook icon for the Overdrive records, which is 
very useful for patrons and staff. If you are using an earlier version 
of Evergreen, books and ebooks are not clearly distinguished in the 
display at all, so I might recommend waiting until you upgrade before 
adding ebook records to the catalog. The most obvious difference in 
earlier versions is that the ebooks don't have 
holdings, so it can be pretty confusing for staff and patrons. It's 
especially confusing if you have some book records with links in them to
 related 
resources, since those display in essentially the same manner as the 
links to access the e-resources, making the display even more similar. </div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 29, 2015 at 12:36 PM, Jason Stephenson <span dir="ltr"><<a href="mailto:jstephenson@mvlc.org" target="_blank">jstephenson@mvlc.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Quoting "Schooff, Rose (LVA)" <<a href="mailto:Rose.Schooff@lva.virginia.gov" target="_blank">Rose.Schooff@lva.virginia.gov</a><u></u>>:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a library considering adding Overdrive and other e-book records.  What is the best way to distinguish them from books?  Should we have separate records for each member collection  of e-books?<br>
</blockquote>
<br></span>
We have Overdrive on a consortium-wide basis. Some of our members<br>
have Overdrive Advantage, some do not. Central site cataloging<br>
staff add records for the consortium-wide collection. We do not,<br>
yet, add records for members' Overdrive Advantage records.<br>
<br>
We have talked about adding the Overdrive Advantage records. The<br>
current thought is to have 1 record. We would add 856 with a<br>
located URI for each member as appropriate. So, the answer is<br>
that having 1 record shared by all Overdrive customers should<br>
work.<br>
<br>
I would recommend creating a bibliographic record source for<br>
Overdrive. This makes isolating the Overdrive records from the<br>
rest of your collection very easy. This way, if you have to<br>
update or alter the Overdrive records, you can have a bulk<br>
change done by a database wizard without worrying about<br>
it affecting other, non-Overdrive records.<br>
<br>
Presently, I see no way to add a new bibliographic record<br>
source via the staff client. Someone with database acess would<br>
need to do it. It is a relatively straightforward database<br>
insert statement.<br>
<br>
For refernce, our Overdrive source looks like this:<br>
<br>
id  | quality |     source      | transcendant | can_have_copies<br>
-----+---------+--------------<u></u>---+--------------+-----------<u></u>------<br>
 102 |       1 | OverDrive, Inc. | t            | f<br>
<br>
<br>
The transcendant [sic] flag means the records show up without<br>
having copies or located URIs in search. The can_have_copies<br>
set to false prevents staff from adding copies. An insert like<br>
the below would create the equivalent in your system:<br>
<br>
insert into config.bib_source<br>
(quality, source, transcendant, can_have_copies)<br>
values<br>
(1, 'OverDrive, Inc.', 't', 'f');<br>
<br>
If you want to use located URIs, you will want to set the<br>
transendant field to 'f' for false. This will prevent the<br>
records from showing up in search at locations that do not<br>
use Overdrive.<br>
<br>
Hope that helps,<br>
Jason<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Rose M. Schooff<br>
Evergreen Virginia Project Manager<br>
Technology Consultant<br>
The Library of Virginia<br>
800 E. Broad Street<br>
Richmond, VA  23219<br>
<a href="tel:%28804%29%20692-3772" value="+18046923772" target="_blank">(804) 692-3772</a><br>
Cell <a href="tel:%28804%29%20310-7901" value="+18043107901" target="_blank">(804) 310-7901</a><br>
Skype: rose.whitman57<br>
</blockquote>
<br>
<br>
-- <br></span>
Jason Stephenson<br>
Assistant Director for Technology Services<br>
Merrimack Valley Library Consortium<br>
1600 Osgood ST, Suite 2094<br>
North Andover, MA 01845<br>
Phone: <a href="tel:978-557-5891" value="+19785575891" target="_blank">978-557-5891</a><br>
Email: <a href="mailto:jstephenson@mvlc.org" target="_blank">jstephenson@mvlc.org</a><br>
<br>
<br>
______________________________<u></u>_________________<br>
Evergreen-catalogers mailing list<br>
<a href="mailto:Evergreen-catalogers@list.evergreen-ils.org" target="_blank">Evergreen-catalogers@list.<u></u>evergreen-ils.org</a><br>
<a href="http://list.evergreen-ils.org/cgi-bin/mailman/listinfo/evergreen-catalogers" target="_blank">http://list.evergreen-ils.org/<u></u>cgi-bin/mailman/listinfo/<u></u>evergreen-catalogers</a><span class=""><br>
<br>
-- <br>
This message has been scanned for viruses and<br></span>
dangerous content by MailScanner, and is<br>
believed to be clean.<br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><span style="color:rgb(68,68,68)">Sarah Childs<br>
Technical Services Department Head<br>
Hussey-Mayfield Memorial Public Library<br>
250 North Fifth Street<br>
Zionsville, IN 46077<br>
<a value="+13178733149">317-873-3149 x13330</a><br>
<a href="mailto:sarahc@zionsvillelibrary.org" target="_blank">sarahc@zionsvillelibrary.org</a></span></div></div>
</div>