e99 Online Shopping Mall
|
|
Help |
| Home - Basic A - Access Database Programming (Books) | |
|   | 1-20 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
| 1. Access Database Design & Programming (3rd Edition) by Steven Roman | |
![]() | Paperback: 448
Pages
(2002-01)
list price: US$34.95 -- used & new: US$39.33 (price subject to change: see help) Asin: B00007GW3S Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Amazon.com Access Database Design & Programming, 2nd Edition, an update to thebestselling first edition, features: Unlike other Access books that take the long, detailed approach to every topic of concern to Access programmers, this book focuses instead on the core concepts, enabling programmers to develop solid, effective database applications. As a result, important topics such as designing forms and reports, database security, database replication, and programming for multiuser applications are simply not discussed. This book is a kind of "second course" in Access that provides a relatively experienced Access user who is new to programming with the frequently overlooked techniques necessary to successfully develop in the Microsoft Access environment. Anyone interested in learning Access in-depth, rather than just scraping the surface, will enjoy and immensely benefit from reading this book. Although this book is really an introduction directed to intermediate Microsoft Access users who are novice programmers, it should appeal to all levels of Access developers. For novice programmers, it focuses on a key body of knowledge that is typically neglected, but is nevertheless essential for developing effective database applications. For intermediate and advanced developers, its treatment of database design and queries provides a handy treatment that otherwise has to be gleaned from relatively uninteresting textbooks, while its programming chapters constitute a handy reference to some basic operations that can be performed using DAO or the Access object model. | |
| 2. Learn Database Programming Using SQL of MS Access 2007: Easy Transition to other SQL Platforms by Eghosa Ugboma | |
![]() | Paperback: 400
Pages
(2007-06-20)
list price: US$29.99 -- used & new: US$29.99 (price subject to change: see help) Asin: 1419668870 Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Product Description | |
| 3. Database Design and Programming with Access, SQL and Visual Basic by John Carter | |
![]() | Paperback: 450
Pages
(2000-04)
Isbn: 0077095855 Canada | United Kingdom | Germany | France | Japan |
| 4. Learn Database Programming Using SQL of Microsoft Access - Second Edition by Eghosa Ugboma | |
![]() | Paperback: 400
Pages
(2006-12-27)
list price: US$26.99 -- used & new: US$26.99 (price subject to change: see help) Asin: 141965358X Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Product Description | |
| 5. DATABASE DESIGN AND PROGRAMMING WITH ACCESS, SQL, VISUAL BASICA AND ASP by JOHN CARTER | |
| Paperback:
Pages
(2002)
Asin: B000OGV6QC Canada | United Kingdom | Germany | France | Japan | |
| 6. Real World Microsoft Access Database Protection and Security by Garry Robinson | |
![]() | Paperback: 504
Pages
(2003-10-17)
list price: US$59.99 -- used & new: US$27.99 (price subject to change: see help) Asin: 1590591267 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description Microsoft Access is the most popular desktop database in the world today and its very popularity means that its security measures can be easily compromised. Real World Microsoft Access Database Protection and Security takes a different approach than all the other Access books in the market by focusing from the start on all the issues that will help protect your database.It approaches protection and security from a task-by-task perspective and provides details that when put together will make your database more secure. This book will help you to keep your staff from looking at your salary tables, stop your customers from looking at the design of your software that you distribute, and help you decide which security options are worth doing and which are generally a waste of your time.p> Garry writes from a very experienced developer's point of view and he discusses in detail how to program all types of security issues including hiding tables as system tables, producing databases that password cracker software cannot easily crack, backing-up databases, menus, queries, and even user surveillance. Real World Microsoft Access Database Protection and Security has an IT manager's overview on all topics so that managers can assess the risk of different strategies.Where the topics are at an administrator's level, the book provides a visual step-by-step guide to implementing and undoing the settings. Customer Reviews (15)
| |
| 7. Programming Microsoft Visual Basic .NET for Microsoft Access Databases by Rick Dobson | |
![]() | Paperback: 656
Pages
(2002-12-16)
list price: US$59.99 -- used & new: US$36.98 (price subject to change: see help) Asin: 0735618194 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Product Description Customer Reviews (16)
This book serves a good purpose, as the .NET materials I have seen to date all refer to SQL Server in their examples; they acknowledge Access, but fail to show its uses. I am not crazy about seeing "old" technology such as ADO used in some of the examples, but for a book of this nature (transitioning between coding languages) I guess that is inevitable that some old/new information would be included at various points. Do not purchase the book if you're intending to use the built-in VBA capabilities of Access or other Office applications -- that's strictly not covered. What you will find, though, is a good sense of how VB.NET operates on its own, and how to create applications that draw upon the data stored in your Access databases. This should be a good base point for someone who's developed in Access, and wants to investigate moving forward; it should be a means to an end, rather than the destination itself. Additional reading on ADO.NET and classes will be helpful, I believe, to continue fleshing out knowledge to be truly effective in your work, but this book does a good job of introducting those concepts.
| |
| 8. Jeffrey McManus' Database Access with Visual Basic 6 (Other Sams) by Jeffrey P. McManus | |
![]() | Paperback: 840
Pages
(1999-01-31)
list price: US$39.99 -- used & new: US$24.90 (price subject to change: see help) Asin: 0672314223 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description Customer Reviews (61)
He's also unique amongst authors in that he actually replies to E-mails you send him...
| |
| 9. Data Access Patterns: Database Interactions in Object-Oriented Applications (Software Patterns Series) by Clifton Nock | |
![]() | Hardcover: 512
Pages
(2003-09-21)
list price: US$54.99 -- used & new: US$45.37 (price subject to change: see help) Asin: 0131401572 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
Customer Reviews (7)
However, I wouldn't say it's a complete design (which it doesn't claim to be). I still found myself picking and choosing which patterns to use as is, which to modify to my liking, and which to discard. Also, I was left with the impression that the book didn't give enough coverage to handling collections of objects. The material is mostly geared toward working with a single object, which is understandable. I just think it would have been helpful to have more discussion about handling collections. For example, what should happen when you request to load an object, but the criteria you passed to the loading mechanism results in data for more than one object being retrieved from the database? Hand back the first object? Raise an exception? If it's covered in the book, I missed it. Further, I would like to see more discussion about WHEN to refresh an object from the underlying database and when to save to the database. I always struggle with that timing issue. Having studied EJB, I like how entity beans keep your bean in synch with the underlying database. But the EJB container intercepts calls and makes those things happen. When coding the persistence layer myself, that's not an option. So, again, this is something I'd like to see some light shed on. Overall, though, a great book if you're interested in reading up on persistence layer patterns.
While prototyping the model, I encountered a lot of consideration of what is the best approach for certain implementation (mainly on JDBC). While looking into a few of designing books, I found this Data Access Patterns book that fits into my research needs. I have read other book such as Designing Flexible Object Oriented System with UML and not able to apply the concept or see solution in it. It is simply a conceptual book. No practical examples at all. Mr. Nock has explained the design patterns very clearly in each chapter by using JDBC as a media. The examples are very easy to understand as compared to Design Patterns Explained. I am not able to understand codes that implementing graphics in that book. Mr. Nock addressed the pros and cons of the patterns. Many techie books do not even bother to talk about pros and cons. The author has chosen the right title for the book, I realized that many times author received a poor rating because reader expect different contents based on the title of the book. The feature I liked the most - the ¡§Applicability¡¨ section on each chapter. Unlike other patterns book, the author explains the concept and gives example of "what" and "when" to use certain design pattern. This section is pretty much the answer for my thesis obstacles. The answer is in this book!! Minor typos do exist such as in page 390 roll back instead of rollback. In concurrency chapter, author may have mis-used the term of updates locking. It should be Lost Updates instead of Missing updates. Concurrency chapter looks like UDB Lock Concurrency architecture. Additional note - would like to see the quality aspect in each of the patterns. Overall, the book is very well structured, explained and thoughtful. Thank you Mr. Nock !!This is a perfect book for my thesis. Looking forward to read your future publish. Regards, EQ
After reading numerous pattern books, it is nice to see a pattern book with very good organization. Each pattern is presented with the following subsections. * Description I specifically like 'Consequence' section because it outlines the 'bad' consequence of adopting the patter.This goes with the mantra of design patterns - there is no one good pattern.You trade off one design for another depending on the context of your domain. Also each pattern is accompanied by UML class diagrams and UML sequence diagrams - this is a big plus in understanding pattern. The sample code is written in Java/JDBC so you may need to understand Java but I believe this pattern is still relevant to ADO.NET and C++.[ ADO.Net does offer connected and disconnected database operation so some patterns may not be relevant - plus, event/delegate will aid in some patterns.] Specific to what the previous reviewer say - here are my rebuttals. >> Why do you want to make queries and database updates into factories?Looking at the sample code, does it really help decoupling? The previous reviewer mentioned as 'factories' is the derivation of 'AbstractFactory'.If you do not understand why AbstractFactory aids in decoupling from the concrete implementation, I think you should re-read GoF book.The author usesAbstractFactory pattern extensively in context of "Input and Output Parameter" and "Cache Patterns".I do admit that sometimes "Input and Output Parameter patterns" may not need to use AbstractFactory but if you read 'Domain Assembler' pattern you will understand why.From Domain Assembler, you can see the benefit of having AbstractFactories for Selection, Domain Object, and Update -- assembling all these factories via interface not concrete implmentation - a basic idea of design to interface instead concrete implementation. >> The "Cache Patterns" does not solve the problem of preventing stale entry or even attempt to describe how to invalidate cache entry, so no matter how efficient you get, the cache is not guaranteed to be up-to-date /correct. Please re-read 'Cache Collector'.The pattern could have different name like 'Cache Garbage Collector'.He talks about how you can 'purge' old data.Also re-read 'Cache Replicator' for how to sync the cached data in distributed system. >> I'm surprised "stored procedure" is not mentioned at all. I guess you have not done too many DB oriented projects.The stored procedure is evil and add little value to OO programming.But if you want the stored procedure, just replace 'SELECT' or 'UPDATE' statements to whatever stored procedures you want to call.So I don't think you can add much with SP. >> mature object/relational frameworks like EOF (Apple WebObjects) or TopLink This book is not about Java Data Object or OR mapping.Object-Relational mapping tool is another beast. I would recommend this book highly to anyone doing DB application development. ... Read more | |
| 10. Databases on the Web: Designing and Programming for Network Access by Patricia Ju | |
![]() | Paperback: 270
Pages
(1997-08)
list price: US$34.95 -- used & new: US$2.00 (price subject to change: see help) Asin: 1558515100 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description The key to integrating databases onto the Web is flexibility. Flexibility is also the key to this book. Learn to make a wide range of applications and configurations work in harmony: all database types -- flatfile, relational, extended relational, and object; assorted SQL implementations; several levels of security concerns; and many transaction systems ranging from plain old CGI to FastCGI, NSAPI, and ISAPI. Choose and use the best tools and configurations for your system, and follow the author's real-world success stories to make your intranet- or Internet-ready database work right the first time. The companion CD-ROM offers database management systems, connection libraries for Perl and Java, and an invaluable collection of useful tools for building a Web/database application, including Microsoft's Visual J++ 1.1 Trial Edition. Customer Reviews (2)
I'm in the planning stages of a large commercial website that will be mostly data-driven so I'm "consuming" asmany [good] books related to this subject as I can. I've found this bookto be helpful. It contains many good tips, and a good overview of thedifferent technologies that might be used to build a data-driven website --along with the hows, whys, advantages, and disadvantages of eachtechnology. It's perfect for someone trying to design a data-driven site,or add (or improve) database capabilities to an existing site. This bookprobably isn't the ONLY book you'll need to put together a full-blowndata-driven site -- but it'll get you headed down the right path, andyou'll come out of the book with a good idea of what other (more specific)books you need (and don't need). The one negative for me with this bookis the number of typographical and grammatical errors that exist throughoutthe book. This type of thing is quite distracting to me -- and I have tosay the number of errors of this nature far exceed that of any othertechnical book I've bought from a bookstore. Fortunately, the technicalcontent seems pretty sound. The best advice I can give the author for"next time" is to find a good editor (if you had an editor lasttime, get a different one). Having been an author myself, I know the valueof a top-notch post-draft review process.
| |
| 11. Database Access with Visual Basic(R) .NET (3rd Edition) (kaleidoscope (SAMS)) by Jeffrey P. McManus, Jackie Goldstein | |
![]() | Paperback: 464
Pages
(2003-02-21)
list price: US$59.99 -- used & new: US$37.77 (price subject to change: see help) Asin: 0672323435 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
Customer Reviews (19)
| |
| 12. Web Database Construction Kit: A Step-By-Step Guide to Linking Microsoft Access Databases to the Web, Using Visual Basic and the Included Website 1.1 Web Server by Gunnit S. Khurana, Balbir S. Khurana | |
![]() | Paperback: 662
Pages
(1996-11)
list price: US$49.99 -- used & new: US$13.78 (price subject to change: see help) Asin: 1571690328 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
Customer Reviews (4)
| |
| 13. The Visual Guide to Microsoft Access: The Pictorial Companion to Windows Database Management & Programming/Book and Disk (The Ventana Press Visual G) by Walter R. Bruce, Dan Madoni, Rich Wolf | |
| Paperback: 635
Pages
(1994-07)
list price: US$29.95 Isbn: 1566040701 Canada | United Kingdom | Germany | France | Japan | |
| 14. Instant Access Databases by Greg Buczek | |
![]() | Paperback: 759
Pages
(2000-12-29)
list price: US$49.99 -- used & new: US$68.40 (price subject to change: see help) Asin: B00007GW3R Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description | |
| 15. The Visual Guide to Microsoft Access for Windows 95: The Pictorial Companion to Windows Database Management & Programming (Visual Guide Series) by Michael Groh, Dan Madoni, Thomas Wagner | |
| Paperback: 782
Pages
(1996-01)
list price: US$34.95 -- used & new: US$14.99 (price subject to change: see help) Asin: 1566042860 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (1)
| |
| 16. Struts Fast Track: J2EE/JSP Framework: Practical Application with Database Access and Struts Extension by Vic Cekvenich | |
![]() | Paperback: 320
Pages
(2001-11-11)
list price: US$29.00 -- used & new: US$45.55 (price subject to change: see help) Asin: 0971661901 Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description This book is not for the beginner programmer. It is recommended that you have a few years of web development and database development experience before attempting to work through Struts Fast Track. It is assumed that the reader knows the fundamentals of SQL, Java, Object Orientation, HTML, Servlets, JSP's, and XML. In other words, this is not a book to learn the basics of Java and web development. It has been written for the intermediate to advanced web developer in mind with real-world web project experience who wants a no-nonsense, minimal hand-holding, fast track introduction to leverage Struts and MVC in their web development efforts. LEVEL: INTERMEDIATE - ADVANCED Customer Reviews (15)
Since writing this review, another book came on the market called Mastering Jakarta Struts by James Goodwill.I gave that book a 5 star review.That one is a VERY worthwhile Struts resource.
It is hard to follow, talks more about databases than Struts. Next time I would not rush to buy a book and just wait for the reviews.
What some reviewers have not done is download the entire source code ..., as the book tells you to. The source code shows Master Detail CRUD processing using MVC, Struts Tiles, Struts Validator, DAO design pattern implemented, Java Security, Options Types, etc. etc. | |
| 17. Vsam: Access Method Services and Application Programming by Doug Lowe | |
![]() | Paperback: 260
Pages
(1986-06)
list price: US$32.50 -- used & new: US$24.00 (price subject to change: see help) Asin: 091162533X Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description Customer Reviews (1)
| |
| 18. Virtual Storage Access Method (The Mamillan Database / Data Communications Series) by Jay Ranade, Hirday Ranade | |
| Hardcover: 352
Pages
(1986-05-01)
list price: US$36.95 -- used & new: US$11.42 (price subject to change: see help) Asin: 0029486300 Canada | United Kingdom | Germany | France | Japan | |
| 19. Beginning Access 2003 VBA by Denise M. Gosnell | |
![]() | Kindle Edition: 552
Pages
(2004-09-24)
list price: US$39.99 -- used & new: US$23.75 (price subject to change: see help) Asin: B000QEXCNW Average Customer Review: Canada | United Kingdom | Germany | France | Japan |
|
Editorial Review Book Description Written by an Access programmer with more than 10 years of VBA experience, this is the perfect guide for Access users who are ready to take their databases to the next level, or for programmers who are new to Access or VBA. Veteran Access developer Denise Gosnell shows readers the ins and outs of Access VBA and provides plenty of source code, and fully developed sample applications to guide you along the way. Not only do readers learn to build “stand-alone” desktop applications, but readers also learn how to integrate Access applications with Web Services, and SQL Server. Written by an Access programmer with more than 10 years of VBA experience, this is the perfect guide for Access users who are ready to take their databases to the next level, or for programmers who are new to Access or VBA.Veteran Access developer Denise Gosnell shows readers the ins and outs of Access VBA and provides plenty of source code, and fully developed sample applications to guide you along the way. Not only do readers learn to build “stand-alone” desktop applications, but readers also learn how to integrate Access applications with Web Services, and SQL Server. Customer Reviews (9)
| |
| 20. Access 2000: Programming from the Ground Up (From the Ground Up Series) by Whil Hentzen | |
| Paperback: 490
Pages
(1999-06-03)
list price: US$34.99 -- used & new: US$5.98 (price subject to change: see help) Asin: 007882575X Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
|
Editorial Review Book Description Customer Reviews (2)
| |
|   | 1-20 of 100 | Next 20 |