Möchten Sie verkaufen? Hier verkaufen
Litwin, Paul; Getz, Ken; Gilbert, Mike, Vol.2 : Enterprise Edition, w. CD-ROM: 002 (Access 2000 Developer's Handbook)
 
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Litwin, Paul; Getz, Ken; Gilbert, Mike, Vol.2 : Enterprise Edition, w. CD-ROM: 002 (Access 2000 Developer's Handbook) [Englisch] [Taschenbuch]

Paul Litwin , Ken Getz , Mike Gilbert
4.4 von 5 Sternen  Alle Rezensionen anzeigen (5 Kundenrezensionen)

Erhältlich bei diesen Anbietern.



Produktinformation

  • Taschenbuch: 1071 Seiten
  • Verlag: Sybex Inc., London; Auflage: Pap/Com (3. Juni 1999)
  • Sprache: Englisch
  • ISBN-10: 0782123724
  • ISBN-13: 978-0782123722
  • Größe und/oder Gewicht: 22,8 x 19,3 x 6,5 cm
  • Durchschnittliche Kundenbewertung: 4.4 von 5 Sternen  Alle Rezensionen anzeigen (5 Kundenrezensionen)
  • Amazon Bestseller-Rang: Nr. 529.908 in Englische Bücher (Siehe Top 100 in Englische Bücher)
  • Komplettes Inhaltsverzeichnis ansehen

Mehr über den Autor

Paul Litwin
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von Paul Litwin auf Amazon

Produktbeschreibungen

Amazon.co.uk

This mammoth guide to building enterprise-wide applications using Microsoft's Office Suite database is aimed squarely at the hard-core programmer, illustrating all aspects of program development in the nearly mind-numbing detail such an audience requires. The authors of Access 2000 Developer's Handbook offer thorough help, not only with traditional Access application building--such as creating SQL Server databases--but 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 organised 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, along with 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 are looking to create Web-based programs--this guide provides everything you need. --John Frederick Moore, Amazon.com

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

Amazon.com

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.


In diesem Buch (Mehr dazu)
Einleitungssatz
Access 2 offered great gains for developers. Lesen Sie die erste Seite
Mehr entdecken
Wortanzeiger
Ausgewählte Seiten ansehen
Buchdeckel | Copyright | Inhaltsverzeichnis | Auszug | Stichwortverzeichnis | Rückseite
Hier reinlesen und suchen:

Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

4 Sterne
0
3 Sterne
0
1 Sterne
0
Die hilfreichsten Kundenrezensionen
Format:Taschenbuch
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.

War diese Rezension für Sie hilfreich?
Von Ein Kunde
Format:Taschenbuch
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!

War diese Rezension für Sie hilfreich?
Von Ein Kunde
Format:Taschenbuch
Tons of info, lots of sample dbs and code. Exactly what I've come to expect from these guys. Thanks for another great book!
War diese Rezension für Sie hilfreich?

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar