ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
ActivePerl with ASP and ADO
Author:
Tobias Martinson
ISBN:
0 471 38314 7
Publisher:
Wiley
Pages:
290pp + CD
Price:
£25-95
Reviewer:
Joe McCool
Subject:
perl
Appeared in:
14-2
I'll confess that I am an expert in neither ADO nor ASP, but I have worked in Perl now for about three years and I use it every day. So, it is very much as a layman that I approach this book. I cannot comment on the accuracy of the code therein or on the currency of the approach, but I can say that I learnt a lot about all three subjects from it.

The accompanying CD is stuffed with useful scripts and a copy of Active Perl. This installed easily on my machine and I could run the scripts without much bother. (This is an achievement in itself, given my previous experience with some enclosed CDs!)

ASP (Active Server Pages - a Microsoft product) is an alternative to CGI, where CGI is probably perl's most popular server-based means of processing web pages. ASP has the advantage of incorporating a scripting language, reducing the need to launch external processes, as does CGI with Perl or C.

'As the only director route to the data source, the Connection object is the essential backbone of ADO. ... In short, the Connection Object is the engine that drives ADO.' That is the only definition of ADO I can find by Martinsson.

Despite the fact that his definitions are slight, the material here is well presented the approach methodical and well thought out. The author is obviously an expert and comfortable in his field.

Be warned this is not easy going. Anyone hoping to get into ASP and ADO programming will gain a lot from this read, but they must be prepared to work hard and I somehow doubt that Martinsson's book alone will be sufficient for their needs. It is fascinating that he mentions Apache not even once. I suspect that CGI will continue to dominate for some time to come. I also suspect that two books instead of one might have better served the reader.