See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

23 used & new from $1.03

Have one to sell? Sell yours here
 
 
Professional ADO 2.5 RDS Programming with ASP 3.0
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Professional ADO 2.5 RDS Programming with ASP 3.0 (Paperback)

by John Papa (Author)
4.1 out of 5 stars See all reviews (8 customer reviews)


Available from these sellers.


9 new from $5.24 14 used from $1.03

Customers Who Bought This Item Also Bought

ASP 3.0 Programmer's Reference

ASP 3.0 Programmer's Reference

by Richard Anderson
Professional Active Server Pages 3.0

Professional Active Server Pages 3.0

by Alex Homer
Explore similar items

Editorial Reviews

Amazon.com Review
Getting the most out of ASP-based Web pages on the Microsoft Web platform is the mission of Professional ADO 2.5 RDS Programming with ASP 3.0, a practical-minded tutorial for developing Web pages with dynamic content using the latest standards from Microsoft, including ADO, RDS, and XML.

Approachability and practicality characterize this book. It features short, comprehensible tutorials on basic ASP development using ActiveX Data Objects (ADO) and Remote Data Services (RDS) for Internet Explorer. The text is filled with useful information, including bug workarounds, gotchas, and tips for better performance. Of special interest is the material on using XML to deliver database results. (You learn how to use XML as a standard for processing and saving query results, as well as for storing local results with RDS.) Another helpful section shows how to use Visual Basic to create data objects on the middle tier. This simple solution will at least get you started with Microsoft's Distributed interNet Architecture (DNA) "best practices" for creating scalable Web applications.

One standout chapter shows how to use ADO successfully with Oracle databases (a popular choice with Webmasters). Again, practical tips focus on overcoming known bugs and the limitations of getting these Microsoft and Oracle products to coexist. Useful reference sections on ADO, RDS, (and Oracle) round out the book.

Overall, this is an ideal choice for anyone planning to take advantage of RDS on Internet Explorer on the client, but its good mix of practical tips for the server side of development make Professional ADO 2.5 RDS Programming with ASP 3.0 a particularly valuable resource. --Richard Dragan

Topics covered:
  • ActiveX Data Objects (ADO) and Remote Data Services (RDS) overview
  • ADO 2.5 object model
  • New features, including Record and Stream objects
  • Using database Connection objects
  • Transactions
  • Events
  • Working with Command objects
  • Parameters
  • Recordset objects (including XML options)
  • Cloning
  • Sorting

  • Batch updates and multiple recordsets
  • Disconnected recordsets and RDS
  • Metadata and custom recordsets
  • XML support
  • Data-shaping tutorial
  • Using ADO with MTS on the middle tier
  • RDS objects (basic operations, the RDS data control, ActiveX servers)
  • Tips and pitfalls for using Oracle with ADO
  • Oracle stored procedures
  • ADS and RDS reference


  • Product Description
    Together, Microsoft's ADO data access technology and their dynamic internet package Active Server Pages have become a powerful combination for delivering data-driven content across the web. Combined with RDS - remote Data Services- they allow web developers to manipulate data held in a range of databases smoothly effectively and well.

    See all Editorial Reviews


    Product Details

    • Paperback: 819 pages
    • Publisher: Wrox Press (February 2000)
    • Language: English
    • ISBN-10: 1861003242
    • ISBN-13: 978-1861003249
    • Product Dimensions: 9.1 x 7.2 x 1.8 inches
    • Shipping Weight: 2.9 pounds
    • Average Customer Review: 4.1 out of 5 stars See all reviews (8 customer reviews)
    • Amazon.com Sales Rank: #1,724,651 in Books (See Bestsellers in Books)

    Look Inside This Book

    Tag this product

     (What's this?)
    Think of a tag as a keyword or label you consider is strongly related to this product.
    Tags will help all customers organize and find favorite items.
    Your tags: Add your first tag
     
    Help others find this product — tag it for Amazon search
    No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

    Sell a Digital Version of This Book in the Kindle Store

    If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

     

    Customer Reviews

    8 Reviews
    5 star:
     (5)
    4 star:
     (1)
    3 star:    (0)
    2 star:
     (2)
    1 star:    (0)
     
     
     
     
     
    Average Customer Review
    4.1 out of 5 stars (8 customer reviews)
     
     
     
     
    Share your thoughts with other customers:
    Most Helpful Customer Reviews

     
    26 of 30 people found the following review helpful:
    5.0 out of 5 stars A must have for web db programmers, March 3, 2000
    By Jeff Kraus (Sterling, VA) - See all my reviews
    This is by far the most comprehensive and coherent coverage of ADO that I've found, and quite possibly the best technical book I've ever purchased.

    If you're looking for a thorough discussion on the pros and cons of the various ADO features and when to employ them, you'll want this book. If you're looking to get started in ADO programming and want to learn from the ground up without drowning in technobabble and without falling asleep, you'll want this book. If all you need is a technical reference to the complete ADO object model to replace the shallow references you'll find in other ADO books, you'll want this book.

    The text is well written, the code is explained clearly and concisely, and the book is structured in such a way that you don't have to flip from chapter to chapter trying to sort out material covered earlier in the book. In short, if you work with ADO in any way, you'll want this book

    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



     
    17 of 20 people found the following review helpful:
    4.0 out of 5 stars Picks up where ADO RDS 2.1 left off, February 25, 2000
    By Scott E. Wrangham (Louisville, CO United States) - See all my reviews
    Very good book with plenty of examples. For readers of the previous 2.1 version of the book, it clearly indicates what's new in 2.5. Very good description of the new RECORD and STREAM objects and their use with XML.
    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



     
    7 of 8 people found the following review helpful:
    5.0 out of 5 stars Best ADO/RDS reference so far, take it up from ADO/RDS 2.5, August 8, 2000
    By Maxime Bombardier (Montreal, Canada) - See all my reviews
    I've always been fascinated with the ADO/RDS series since it always give you so much more than just a reference. This obviously goes in less details for ADO than the Professional ADO 2.5 book but it will bring more than what most of us needs.

    It includes the complete reference with less explanation. What it does go into is the ADO objects (through Disconnected Recordsets), to Data Shaping.

    This book concludes with almost 300 pages of Appendix on Reference, Overviews, Object Models, and more. If you know what you are looking for in ADO & RDS (which is probably the case for a "Professional" book), you will find it's answer here.

    To my surprise, this book also includes 2 nice chapters about Oracle and it's usage with ADO. Most useful.

    Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


    Share your thoughts with other customers: Create your own review
     
     
     
    Most Recent Customer Reviews

    5.0 out of 5 stars An Excellent Read
    This book made me a major fanboy for WROX and their book series. All of the content is well organized, the chapters and subjects lead into each other well and the code examples... Read more
    Published on March 20, 2002 by Adam Ruddermann

    2.0 out of 5 stars outdated - needs a new edition
    At two years old this book is quite appreciably dated. It is quite simply not what is was, and desperately needs a review to bring it up-to-date.
    Published on December 17, 2001

    2.0 out of 5 stars Dated
    At 2 years old this book is getting visibly dated. For that price I need a new updated edition, sorry.
    Published on December 11, 2001

    5.0 out of 5 stars ADO and so much more
    Every WROX book I have read lately(5) seems to be better than the previous. This book is not only an excellent reference on ADO, it gives an easy to read, highly understandable... Read more
    Published on July 31, 2000 by DBL

    5.0 out of 5 stars Thx Papa!
    Clear, concise, well documented code, excellent explanations. I usually find what I'm after within 5 minutes. Read more
    Published on July 30, 2000 by B. Hynum

    Only search this product's reviews



    Customer Discussions

     Beta (What's this?)
    New! See all customer communities, and bookmark your communities to keep track of them.
    This product's forum (0 discussions)
      Discussion Replies Latest Post
      No discussions yet

    Ask questions, Share opinions, Gain insight
    Start a new discussion
    Topic:
    First post:
    Prompts for sign-in
      [Cancel]

       


    Product Information from the Amapedia Community

    Beta (What's this?)

    Listmania!


    Look for Similar Items by Category


    Up to 50% Off Chocolates

    Leonidas Chocolates Sale
    Save up to 50% on gourmet chocolates from Ghirardelli, Godiva, Leonidas Belgian Chocolates, and more from Amazon Gourmet.
     

    Big Savings in Books

    Bargain Books
    Find great titles at fantastic prices in our Bargain Books Store.
     

    DEWALT Pro-Quality Power Tools

    Shop for DEWALT products
    Feel confident with power tools from DEWALT and check out the large selection sold by Amazon.com.

    Shop DEWALT power tools now

     

    Best Books

    Best of the Month
    See our editors' picks and more of the best new books on our Best of the Month page.
     

     

    Feedback

    If you need help or have a question for Customer Service, contact us.
     Would you like to update product info or give feedback on images?
    Is there any other feedback you would like to provide?

    Your comments can help make our site better for everyone.



    Where's My Stuff?

    Shipping & Returns

    Need Help?

    Your Recent History

      (What's this?)
    You have no recently viewed items or searches.

    After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

    Look to the right column to find helpful suggestions for your shopping session.

    Continue shopping: Top Sellers

    Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates