<%@LANGUAGE="VBSCRIPT"%> <% Dim rsPublishers Dim rsPublishers_numRows Set rsPublishers = Server.CreateObject("ADODB.Recordset") rsPublishers.ActiveConnection = MM_connSBR_STRING rsPublishers.Source = "SELECT * FROM tblPublishersReviewed ORDER BY tPublisher ASC" rsPublishers.CursorType = 0 rsPublishers.CursorLocation = 2 rsPublishers.LockType = 1 rsPublishers.Open() rsPublishers_numRows = 0 %> <% Dim rsReviewers Dim rsReviewers_numRows Set rsReviewers = Server.CreateObject("ADODB.Recordset") rsReviewers.ActiveConnection = MM_connSBR_STRING rsReviewers.Source = "SELECT * FROM tblReviewers ORDER BY tReviewerSurname ASC" rsReviewers.CursorType = 0 rsReviewers.CursorLocation = 2 rsReviewers.LockType = 1 rsReviewers.Open() rsReviewers_numRows = 0 %> <% Dim rsAuthors Dim rsAuthors_numRows Set rsAuthors = Server.CreateObject("ADODB.Recordset") rsAuthors.ActiveConnection = MM_connSBR_STRING rsAuthors.Source = "SELECT * FROM tblAuthorsReviewed ORDER BY tAuthorSurname ASC" rsAuthors.CursorType = 0 rsAuthors.CursorLocation = 2 rsAuthors.LockType = 1 rsAuthors.Open() rsAuthors_numRows = 0 %> Swedish Book Review : Find a Review
                 
       
       
                 
Home
News
Current Issue
Previous Issues
About Swedish Book Review
Extracts
Subscriptions
Contributions
SELTA
Links
Search Reviews
Editor: Sarah Death
Find a Review
This page allows detailed searching of our reviews database, which contains
all reviews which appeared in Swedish Book Review from 2002 to date.
For a quick search, use the "Search Reviews" box on the left of every page.
Reviews from the most recent issue are not added until a few months after publication.
         
Author
   
         
Title
or part of title, in Swedish or English
    e.g. Pippi Långstrump or Pippi Longstocking or Pippi
         
Publisher      
         
Year of Publication      
         

ISBN
must be exact

     
         
Reviewed by      
         
Reviewed in SBR issue      
         
       
         
2010:1 issue


Current Issue: 2010: 1 - Crime Fiction Special

                 
 
Copyright © 2010
Swedish Book Review
       

Web Design by INTEXTA

 
                 
<% rsPublishers.Close() Set rsPublishers = Nothing %> <% rsReviewers.Close() Set rsReviewers = Nothing %> <% rsAuthors.Close() Set rsAuthors = Nothing %>