Thanks to Link9, this thread gave me the idea to fix the above problem using SQL. I just made a field in the dataset called "TheHyperlink", and built it up in the query:
select book_id, book_title, author_address, book_price, 'edit_entry.aspx?Id=' convert(varchar(6), book_id) +...