Have one to sell? Sell yours here
Access 2000 Developer's Handbook, Volume 2: Enterprise Edition
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Access 2000 Developer's Handbook, Volume 2: Enterprise Edition [Paperback]

Paul Litwin (Author), Ken Getz (Author), Mike Gilbert (Author)
4.5 out of 5 stars  See all reviews (6 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

0782123724 978-0782123722 December 1, 1999 Volume 2: Enterprise Edition
Expert Instruction You Need to Build and Deploy Access Applications across the Enterprise

The latest from internationally recognized Access authorities Litwin, Getz, and Gilbert, the Access 2000 Developer's Handbook: Enterprise Edition offers complete coverage of every aspect of building Access applications suitable for the enterprise, including the advanced topics you've got to master to take your work-and your career-to the next level. Inside, you'll profit from scores of practical examples, carefully devised by the authors to illustrate effective, elegant solutions to real-world challenges.

Coverage includes:
* Develop ADP files that store data using MSDE or SQL Server
* Manage concurrency using stored procedures
* Synchronize SQL Server databases with Jet replicas
* Create data access pages for editing and viewing Jet, MSDE, and SQL Server data
* Validate data, link pages, and create dynamic HTML effects using scripting code in data access pages
* Pass parameters to and from stored procedures using ADO
* Manage multiple developers with source code control


Editorial Reviews

Amazon.com Review

This mammoth guide to building enterprise-wide applications using the Microsoft Office Suite database is aimed squarely at the hardcore programmer, illustrating all aspects of program development in the nearly mind-numbing detail such an audience requires. Access 2000 Developer's Handbook offers thorough help with traditional Access application building--such as creating SQL Server databases--and also with Access 2000's new Internet features. With Web-based applications becoming more prevalent, the chapters on using Access as a Web client and publishing Access data on the Web are particularly useful.

The authors have organized the guide so that, depending on your level of expertise or familiarity with previous versions of Access, you can delve into the book at any point and get started with your programming chores. Along these lines, a companion CD-ROM includes all the code and tables featured in the book, in addition to software demos, freeware, and shareware.

Access 2000 Developer's Handbook isn't for the faint of heart; reading this book won't make you a programmer overnight. But if your job is developing applications for large corporate networks--especially if you're creating Web-based programs--this guide provides everything you need. --John Frederick Moore

Topics covered: Designing client/server applications, creating SQL Server databases, using Access as a Web client, using source code control, setup and deployment.

From the Back Cover

Expert Instruction You Need to Build and Deploy Access Applications across the Enterprise

The latest from internationally recognized Access authorities Litwin, Getz, and Gilbert, the Access 2000 Developer's Handbook: Enterprise Edition offers complete coverage of every aspect of building Access applications suitable for the enterprise, including the advanced topics you've got to master to take your work-and your career-to the next level. Inside, you'll profit from scores of practical examples, carefully devised by the authors to illustrate effective, elegant solutions to real-world challenges.

Coverage includes:

  • Develop ADP files that store data using MSDE or SQL Server
  • Manage concurrency using stored procedures
  • Synchronize SQL Server databases with Jet replicas
  • Create data access pages for editing and viewing Jet, MSDE, and SQL Server data
  • Validate data, link pages, and create dynamic HTML effects using scripting code in data access pages
  • Pass parameters to and from stored procedures using ADO
  • Manage multiple developers with source code control

Product Details

  • Paperback: 1071 pages
  • Publisher: Sybex; Volume 2: Enterprise Edition edition (December 1, 1999)
  • Language: English
  • ISBN-10: 0782123724
  • ISBN-13: 978-0782123722
  • Product Dimensions: 9 x 7.6 x 2.6 inches
  • Shipping Weight: 4 pounds
  • Average Customer Review: 4.5 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Best Sellers Rank: #1,669,920 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

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

43 of 45 people found the following review helpful:
5.0 out of 5 stars DAO/ADO Why didn't they use some different letters?, April 16, 2000
By 
chas r coleman (Bellingham, Washington) - See all my reviews
This review is from: Access 2000 Developer's Handbook, Volume 2: Enterprise Edition (Paperback)
Microsoft had the guts to simply stop DAO code in place (3.6 is it) and it was such an ugly mess to use to write client server applications that its just as well. Now there's ADO, which is like RDO (which you could only get by buying Visual Basic, Professional Edition, but now RDO is no longer being developed or improved), and ADO is also like PowerBuilder in its syntax and function, primarily in using a universal and extremely flexible connection object to link to the data source.

The authors of this book (and the companion Volume One) attempt to help the average developer make the transition from DAO to the new ADO syntax and as such the books are a bit longer than they would be if they were only explaining the new ADO syntax and the example ADO code in the book.

There needs to be a more sophisticated ten volume work (by the same authors, as their writing style and the usefulness of their examples simply has no equal in the ACCESS realm) that covers the entire Client Server design process.

Now that you can get MSDE (which is SQL 7.0 for all intents and purposes) for free with Acess2000, there is no reason that any multi-user application should use the Jet for storing the data files. The drawback of having to learn how to use MSDE/SQL7.0 as a data server is really not that bad, the main hassle is that you don't get the nice window display of the MSDE objects (tables, users, functions, etc) that comes with SQL7.0 and also there is no interactive SQL 'window' in Access that would allow you to write and run SQL7.0 SQL strings to build your data objects, etc. But surely someone will create a shareware program that provides most of this information, and it would be one of the few shareware programs I'd actually purchase.

In a word, don't expect this book to provide all the exact code you'd need for a professional application. These authors did not attempt to create a cookbook to be used for direct use, rather it is a comprehensive first step to learning the new ADO system of connecting ACCESS to a server backend (with many examples of similar DAO code, many times both sets of code are used in the same function, with comments to allow one or the other to be 'turned on/off'). I sure wish I'd had this two years ago when I began writing a client/server program, as it would have saved a tremendous amount of time and helped me make a solid, quick, and coherent application in a very short time.

One last note, the little 'self attaching' subform that implements record navigation is worth the price of the entire book (its in Volume One, but you can't, logically, buy this book without also buying Volume One, they refer to each other a great deal and together they are quite comprehensive) and its just one of the little goodies on the CD-ROM. By so meticulously explaining how this subform 'links' itself to the events (called 'sinking the events') of the 'parent' form its placed in, the authors give you enough information to try this same technique in other ways.

This is the strength of this two volume set, how it educates rather than attempting to be a cookbook of professional code for enterprise applications. There are no other ACCESS2000 books by other publishers that even come close to the level of utility and clarity of these authors. One wishes they'd now write the SQL7.0 'backend' Handbook as well.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


30 of 31 people found the following review helpful:
5.0 out of 5 stars Outstanding! Necessary for EVERY Access Developer!, January 9, 2000
This review is from: Access 2000 Developer's Handbook, Volume 2: Enterprise Edition (Paperback)
This has to be the most outstanding book written on Access 2000 in the Enterprise! The code samples are almost always complete and bug free. The examples are clear, simple, and well documented. The CD itself is a gold mine; even if you don't want to read the massive volume (the sign of a true geek - I began reading this book on Christmas Eve at 9:00 AM, and finished about the time my son was waking up for his gifts!) the CD itself is worth the price. They cover DAO as well as ADO in the Enterprise, and cover just enough SQL to get you up and running on a "real" SQL Server. (Note to naysayers: if you want a book on SQL 7.0, BUY a book on SQL 7.0! There is no way to cover all the possible back ends!) Compared to the other books I've found on Access 2000, this book simply blows them away. The coverage of Data Access Pages was very thorough, and helped me to integrate them into a project I was just finishing to the great pleasure of the customer!

Complete coverage of the benefits and drawbacks of multi user Jet applications versus multi user MSDE or SQL databases is included; customization of the Windows installer so you can "finally!" get that professional look; create SQL Server databases, stored procedures, and triggers, securing an Access database (but not a project! ADP security is handled server side. Again - look to a book on your back end server.); and finally a concise explanation of the source code controls in the product.

Complaints: Release timing. :> I needed this book in August, not December! Also, more complex trigger samples would have been nice, but again, that is a SQL 7.0 specific item.

I would have paid twice what I did for this book, and still been this happy with it. Thank you Getz, Litwin, and Gilbert!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful:
5.0 out of 5 stars The Best Enterprise Book Ever!, February 25, 2000
By A Customer
This review is from: Access 2000 Developer's Handbook, Volume 2: Enterprise Edition (Paperback)
Anyone who's ever purchased one of the Access Developer Handbooks will find this incredible Enterprise Edition is a must have! The code samples on the CD alone are worth the cost of the book. The writing is clear and thorough and the samples are excellent and (so far) bug free.

Data Access Pages, ADPs, MSDE, ADO, Multi-User Issues, Security, it's all here. Thanks to Litwin, Getz, & Gilbert for yet another great book!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

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




Only search this product's reviews



Inside This Book (learn more)
First Sentence:
Access 2 offered great gains for developers. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
deploying data access pages, design master status, summary information stream, jet subscriber, data access page designer, fieldset object, new data access page, existing permission set, optimistic keyset, object variable pointing, nonreplicated database, record navigation control, using optimistic locking, data access page objects, using data access pages, using pessimistic locking, replica visibility, field list window, new replica set, installer database, marquee control, file popup menu, workgroup file, data source control, property toolbox
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Windows Installer, Office Web Components, Nothing End Sub, Replication Manager, Nothing Set, Private Sub, Upsizing Wizard, Internet Explorer, Visual Basic, Create Procedure, Office Chart, Connection Dim, Select Case, Option Explicit, Desktop Edition, Developer's Handbook, Database Dim, Command Dim, Large Clam Chowder, Security Wizard, Microsoft Script Editor, Recordset Dim, Public Sub, Active Server Pages, Workspace Dim
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

Citations (learn more)
This book cites 1 book:
 
1 book cites this book:



What Other Items Do Customers Buy After Viewing This Item?


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
 

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 Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

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


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject