Hi,
You can't put a database in recovery status before restoring a backup. You should restore the full backup using WITH NORECOVERY so uncommitted transactions are not rolled back. Then restore all log backups except the last one using WITH NORECOVERY. The last log backup is restored using WITH RECOVERY. See 'Restore scenarios' in BooksOnLine for examples.
Greg