<%@LANGUAGE="VBSCRIPT"%> <% ' FileName="Connection_ado_conn_string.htm" ' Type="ADO" ' DesigntimeType="ADO" ' HTTP="true" ' Catalog="" ' Schema="" Dim MM_connlibrary_STRING MM_connlibrary_STRING = "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("/library/databases/library.mdb") %> <% Dim rsLibraryAlpha Dim rsLibraryAlpha_numRows Set rsLibraryAlpha = Server.CreateObject("ADODB.Recordset") rsLibraryAlpha.ActiveConnection = MM_connlibrary_STRING rsLibraryAlpha.Source = "SELECT * FROM tblDatabases ORDER BY databaseTitle ASC" rsLibraryAlpha.CursorType = 0 rsLibraryAlpha.CursorLocation = 2 rsLibraryAlpha.LockType = 1 rsLibraryAlpha.Open() rsLibraryAlpha_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rsLibraryAlpha_numRows = rsLibraryAlpha_numRows + Repeat1__numRows %> Welcome to Library
About the Library Electronic Databases

Books, Periodical Subscriptions & Non-Print Media:  The library supports the college curriculum with a collection of approximately 21,000 books, over 100 periodical subscriptions, several state, local and national newspapers, and hundreds of videos and DVDs. 

Electronic Databases: High quality research can be performed using the scholarly electronic databases accessible to students from the Library, Learning Center, computer labs, as well as from off-campus computers with an Internet connection (a password is required). 

 

As a member of the North State Cooperative Library System, the library has access to the collections of seven other college libraries and thirteen county libraries. Weekly delivery service between these libraries ensures that Feather River College students can promptly obtain almost any library materials they may need. The library is a pleasant, comfortable, well-lighted area with tables for group study and individual carrels where students may study or read for pleasure in a quiet atmosphere. An audio-visual room with carrels allows students to use the media collection in privacy, without disturbing others.

 

Phone: (530) 283-0202 X 236
Fax: (530) 283-4097
e-mail: library@frc.edu
Hours: Monday - Thursday 8:00 am to 9:00 pm
Friday 8:00 am - 4:30 pm

 

<% While ((Repeat1__numRows <> 0) AND (NOT rsLibraryAlpha.EOF)) %>
<%=(rsLibraryAlpha.Fields.Item("databaseTitle").Value)%>
<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rsLibraryAlpha.MoveNext() Wend %>