e99 Online Shopping Mall
Help | |
Home - Basic A - Access Database Programming (Books) |
  | Back | 21-40 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
21. Database Access with Visual Basic(R) .NET (3rd Edition) by Jeffrey P. McManus, Jackie Goldstein | |
Paperback: 464
Pages
(2003-02-21)
list price: US$59.99 -- used & new: US$25.94 (price subject to change: see help) Asin: 0672323435 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Whether you are using WinForms, WebForms, or Web Services, Database Access with Visual Basic® .NET, Third Edition, is your practical guide to developing database applications with Visual Basic .NET and ADO.NET. The authors provide real-world solutions to the data-access issues Visual Basic .NET developers face every day and share their secrets for becoming a more effective database programmer using .NET technologies. The book begins by reviewing the fundamentals of database development, Structured Query Language (SQL), and Microsoft SQL Server™ 2000. It then examines how to use the major ADO.NET objects to access data stored in relational databases. Through detailed examples, readers learn how to use properties and methods, as well as more advanced features and techniques. Extensive code listings in Visual Basic .NET illustrate each concept, while business cases apply concepts to real-world applications. The final chapters provide a solid examination of how XML and ASP.NET integrate with ADO.NET to create various types of database applications. A companion Web site provides the code used in the book's myriad examples, all of which is compatible with Visual Basic .NET 2003. Key topic coverage includes: Database Access with Visual Basic® .NET, Third Edition, equips VB developers with the knowledge and skills needed to build a powerful new generation of database applications in less time using .NET technologies. Customer Reviews (19)
Good book for getting a handle on DB access in .Net
Definitely worthwhile
Clear book that achieves its goal
Good RDBMS book
Takes the mystery out of ADO.NET |
22. MicrosoftAccess VBA Programming for the Absolute Beginner by Michael Vine | |
Paperback: 384
Pages
(2007-04-17)
list price: US$29.99 -- used & new: US$18.55 (price subject to change: see help) Asin: 1598633937 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (16)
Review within context
Don't buy this book
Me. They explained and then they moved on. I like it.
Great for beginners
One of the better programming books I've read |
23. Access 2010 Programmer's Reference (Wrox Programmer to Programmer) by Teresa Hennig, Rob Cooper, Geoffrey L. Griffith, Jerry Dennison | |
Paperback: 1272
Pages
(2010-08-09)
list price: US$44.99 -- used & new: US$25.30 (price subject to change: see help) Asin: 0470591668 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Millions of people use the Access database applications, and hundreds of thousands of developers work with Access daily. Access 2010 brings better integration with SQL Server and enhanced XML support; this Wrox guide shows developers how to take advantage of these and other improvements. With in-depth coverage of VBA, macros, and other programming methods for building Access applications, this book also provides real-world code examples to demonstrate each topic. Access 2010 Programmer's Referenceis a comprehensive guide to the best-of-breed techniques for programming Access applications. Coverage Includes:
Customer Reviews (3)
Clear instructions, good examples, great tips, and valuable techniques
Another winner for Hennig, et al
Great for beginners and experts |
24. Access VBA Programming For Dummies (For Dummies (Computer/Tech)) by Alan Simpson | |
Paperback: 408
Pages
(2004-08-27)
list price: US$29.00 -- used & new: US$1.41 (price subject to change: see help) Asin: 0764574116 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (8)
Access VBA for Dummies Review
Great if you stick with it
Good overall, though not perfect.
Takes Work to Use Example Code
Visual Basic Even I Can Understand |
25. Inside Relational Databases with Examples in Access by Mark Whitehorn, Bill Marklyn | |
Paperback: 378
Pages
(2006-10-04)
list price: US$54.95 -- used & new: US$24.68 (price subject to change: see help) Asin: 1846283949 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The first two editions of Inside Relational Databases have both been best sellers. These new editions will also cover the relational database model but will use different engines to illustrate the model. In doing so, readers will be able to apply the model using their preferred database engine. Initially three versions are planned starting with Access, SQL Server and my SQL. The books show just how simple and useful databases can be. No prior knowledge is required i.e. real world examples show how to manage data efficiently. A significant amount of new material is included in the core of the book and particular emphasis is given to showing how to make a database run faster and more efficiently. Customer Reviews (34)
Fundamentals are Mandatory
Finally! An excellent book to clearly understand Access as an RDBMS
Explains relational databases in plain English
Very little substance ...
Great Book! |
26. Access 2010: The Missing Manual by Matthew MacDonald | |||
Paperback: 832
Pages
(2010-06-22)
list price: US$39.99 -- used & new: US$20.45 (price subject to change: see help) Asin: 1449382371 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |||
Editorial Review Product Description Go from Access novice to true master with the professional database design tips and crystal-clear explanations in this book. You'll learn all the secrets of this powerful database program so you can use your data in creative ways -- from creating product catalogs and publishing information online to producing invoices and reports. Let’s face it--learning the tricks and techniques of database design can be a bit of a slog. But if you’re just starting out with Access, here are five key insights that can help you understand how the database world works. Keep these points in mind, and you’ll be on the inside track to mastering Access.
3. There are two ways to work with a database: as a designer and as a user. The database designer is the person who sets up the database. The database designer has the responsibility of laying out the tables, building the queries, and knocking together some nice reports and forms (assuming you want all those features). By comparison, the database user is the person who uses the tables, queries, reports, and forms in day-to-day life. The user reviews records, makes changes, and fills the tables up with data. Depending on what type of database you’re creating (and what you want to accomplish), you may be both the database designer and the database user. But it’s important to realize that these are distinct tasks. In fact, when using a properly designed database, database users don’t need to be particularly skilled with Access. They can just work with the forms and reports that the database designer created. 4. Sooner or later, you’ll need macros. To become an Access expert, you must first learn to design a logical, consistent set of tables and add the relationships that link them together. Next, you must learn to build the other types of objects--queries, forms, and reports--that make it easier to perform common tasks. At some point, while tackling this second stage, you’ll run into a challenge that forces you to step up to the third level of Access mastery: macros. Macros are miniature programs that perform custom tasks. The good news is that in Access 2010, you can design your own macros without becoming a programmer. You just need to drag, drop, and arrange a sequence of ready-made macro commands into the Access macro designer. For example, you can use macros to build buttons that send emails, start printouts, make updates, or just take you around your database. 5. Expert user, meet Visual Basic. Some people stop their Access journey at this point, content to use tables, forms, reports, and macros to do all their work. But if you want to see everything Access has to offer, you need to take a look at its high-powered Visual Basic engine.Using VB code, you can do almost anything, from validating a credit card to leading a customer through an order process (two examples that are discussed in Access 2010: The Missing Manual). And if you’re willing to pick up some basic programming concepts, you can use code to transform a simple database into a cohesive database application—for example, something that looks more like the traditional desktop programs you run on your computer. Customer Reviews (5)
Fantastic Coverage
Mostly for beginners
Beginners into to Access
Learn Access 2010 With A Gem Of A Reference Book!!!!
An in-depth tutorial. Highly readable. |
27. Alison Balter's Mastering Microsoft Office Access 2007 Development by Alison Balter | |
Paperback: 1248
Pages
(2007-06-10)
list price: US$64.99 -- used & new: US$36.93 (price subject to change: see help) Asin: 0672329328 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Microsoft Office 2007 is a major upgrade from the last version of Office; Access will also be greatly revised. Alison Balter is the name that Access developers will trust to guide them through Access 2007's new features. She has the rare ability to take complex topics and explain them clearly, as shown by the success of her ten previous books on Access. Balter is known for providing real-world solutions to specific Access development problems. She also is known for her ability to back up her practical examples with just enough underlying theory to give the reader a good overall understanding of Access. In short, this book will provide beginning and intermediate Access developers with everything that they need to know to design and build Access 2007 applications. It should also appeal to DBAs and power users who want or need to get started building custom Access apps. This latest book in her Mastering Access series will not disappoint her many fans who anxiously await each new version, and should win her new fans as well. Introduction Part I The Basics of Access Development 1 Access as a Development Tool. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2 What Every Developer Needs to Know About Databases and Tables . . . . . . . 75 3 Relationships: Your Key to Data Integrity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115 4 What Every Developer Needs to Know About Query Basics. . . . . . . . . . . . . . . . . 137 5 What Every Developer Needs to Know About Forms. . . . . . . . . . . . . . . . . . . . . . . . . . 189 6 What Every Developer Needs to Know About Reports. . . . . . . . . . . . . . . . . . . . . . . . 269 7 What Are Macros, and When Do You Need Them? . . . . . . . . . . . . . . . . . . . . . . . . . . . 315 8 VBA: An Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 345 9 Objects, Properties, Methods, and Events Explained . . . . . . . . . . . . . . . . . . . . . . . . . . 401 10 Advanced Form Techniques. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 431 11 Advanced Report Techniques. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 493 12 Advanced Query Techniques . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 539 13 Advanced VBA Techniques. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 599 14 Exploiting the Power of Class Modules. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 637 15 What Are ActiveX Data Objects, and Why Are They Important?. . . . . . . . . . 671 Part II What to Do When Things Don’t Go as Planned 16 Debugging: Your Key to Successful Development . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 727 17 Error Handling: Preparing for the Inevitable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 755 18 Optimizing Your Application. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 801 Part III Developing Multiuser and Enterprise Applications 19 A Strategy to Developing Access Applications. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 835 20 Using External Data. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 847 21 Access 2007 and SharePoint . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 883 22 Developing Multiuser and Enterprise Applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . 909 00_0672329328_FM.qxd 5/4/07 9:23 AM Page iii Part IV Black Belt Programming 23 Working with and Customizing Ribbons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 935 24 Automation: Communicating with Other Applications. . . . . . . . . . . . . . . . . . . . . . 949 25 Exploiting the Power of the Windows API . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 985 26 Creating Your Own Libraries. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1011 27 Using Builders and Wizards . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1027 28 An Introduction to Access and the Internet/Intranet. . . . . . . . . . . . . . . . . . . . . . . . 1055 Part V Adding Polish to Your Application 29 Documenting Your Application. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1073 30 Maintaining Your Application. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1091 31 Database Security Made Easy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1103 The following appendixes are available for download at www.samspublishing.com/title/0672329328. Part VI Appendixes A Naming Conventions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . PDF:1131 B Table Structures. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . PDF:1137 Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1193 Customer Reviews (14)
Excellent and Comprehensive
Very Good Reference
This Book is Great!
Access 2007 VBA
One of my three greatest resources! |
28. Microsoft Office Access 2003: A Beginner's Guide (Beginner's Guide) by Robert Sheldon | |
Paperback: 448
Pages
(2003-12-15)
list price: US$24.99 -- used & new: US$17.80 (price subject to change: see help) Asin: 0072231424 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
Want to learn Access?Get this book, today! |
29. Programming Microsoft Access Version 2002 (Core Reference) (Pro Developers) by Rick Dobson | |
Paperback: 1110
Pages
(2001-01-01)
list price: US$59.99 -- used & new: US$45.00 (price subject to change: see help) Asin: 0735614059 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (5)
This is the most "MUST HAVE" Access book
Great Help I have 20 years of software development experience mainly in the
Includes Much That You Will Not Find Elsewhere one. It is the clearest available introduction to VBA coding. It provides explanations with a huge collection of Access VBA code. And it is a thorough presentation of what is new and powerful in Access 2002, especially concerning integration with SQL Server. This book is just the thing for anyone who wants to become a serious Access user or developer. It is the answer to the prayers of many Access users who have wanted a reference that would finally take them from the limited GUI Access interface into the more full and flexible features of VBA coding. The coding in this very large book is so extensive that I bet you could, if you wanted to, do every future Access project with just code and without reference to the GUI interface. You can tell that Rick Dobson loves to code and to pass on what he has learned. The explanations are very readable and give you the background necessary to actually understand why things work the way they do. Much attention is given to keeping you out of trouble by conveying a very clear understanding of operational issues not covered elsewhere. This includes successful integration of different versions of Access and SQL Server, getting the reference libraries correct, and even using Access with FrontPage (now included in Office XP Professional). If this reference indicates the way Microsoft Press books are headed, then I am going to look to add more of them to my reference collection in the future. Clarity, comprehensive, and Code, code, code!
Must have for Access Developers Next to The Access Developer's Handbook Seriesby Litwin, Getz etc..and F. Scott Barker's Power Programming, I would say this is a "must have" for any serious Access Developer.
How to Deploy SQL and Web Solutions w/ Access XP Being pressured to grow my application to many users (both trusted LAN and anonymous Web) and being comfortable with the graphical interfaces of Access, I found the the need to learn about programming ADO recordsets, Data Access Pages and ASP while determining the best solution.I have been overwelmed by the flexibility of MS solutions and options that are possible and needed some guidance in plain language to explain such terms as Objects, Properties and Methods, and what they meant to be programmed.Chapter 2 does a good job of that which is followed by a useful summary of the ADO library.Data Access Projects are lined out well along with some practical tips to incorporating SQL Server 2000 as a data source.He further builds upon this model and shows how to dynamically (!) create web pages from the Access Project using MS Frontpage XP, the resultants being Active Server Pages!I have found while the Access 2002 graphical tools are helpful, Dobson explores how to control the code behind the power of the XP Office release. I have found the code to be tight and well commented.I'd urge anyone interested in harnessing the full power and speed of deployment of Access 2002 and the Office XP suite to add this book to their "How To" library. ... Read more |
30. 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$9.99 (price subject to change: see help) Asin: 1558515100 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product 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)
Good info -- about due for an update. 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.
rffgh |
31. 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 | |
Editorial Review Product Description |
32. Access 2007 Forms & Reports For Dummies by BrianUnderdahl, Darlene Underdahl | |
Paperback: 390
Pages
(2007-01-10)
list price: US$24.99 -- used & new: US$13.88 (price subject to change: see help) Asin: 0470046597 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This no-nonsense guide gets right down to business by showing you the easy way to use this powerful tool. It gets you started with selective, targeted queries; forms that improve efficiency; and reports that communicate—while sparing you of any fancy language. This hands-on guide features clear, concise instructions that show you how to: Thanks to the included references, Web sites, and informative tips, putting your data to good use has never been easier. You’ll even add some pizzazz to your reports with handy suggestions on ways to wow your viewers. With Access 2007 Forms & Reports for Dummies, you will be creating effective queries, forms, and reports in no time! Customer Reviews (4)
Who's The Dummy?
Easy, quick, and fun!
Great way to learn
Access 2007 Review |
33. Microsoft Office Access 2007: The Complete Reference (Complete Reference Series) by Virginia Andersen | |
Paperback: 1024
Pages
(2007-01-26)
list price: US$39.99 -- used & new: US$21.22 (price subject to change: see help) Asin: 0072263504 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The Ultimate Microsoft Office Access 2007 Resource Build a highly responsive a database so you can track, report, and share information and make more informed decisions. This comprehensive resource shows you how to design and develop custom Access 2007 databases--even if you have little or no programming experience. You'll learn to collect data from a variety of sources, share it securely with others, and integrate it with other Office applications. Filled with detailed, easy-to-follow instructions, Microsoft Office Access 2007: The Complete Reference shows you how to take full advantage of all the new features, including the new ribbon user interface and navigation pane, new field types, and more. Create a reliable and versatile information management solution with help from this all-inclusive guide. As a bonus, you can gain hands-on experience by following along with the book's sample databases on the CD-ROM. Customer Reviews (2)
Good Reference Book
Never too many references |
34. Access 2002 VBA Handbook by Susann Novalis, Dana Jones | |
Paperback: 880
Pages
(2001-10-03)
list price: US$59.99 -- used & new: US$17.09 (price subject to change: see help) Asin: 0782140130 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description --Building on a basic knowledge of Access, this book takes users to the next level, providing coverage of automating complex processes and designing and delivering applications that meet users' exacting requirements. --The companion CD contains code from the book and sample databases for hands-on experience. Customer Reviews (6)
Look elsewhere
Can't use it enough!
With a little study and committment
Not for the hands on learner
Excellent work! |
35. Jdbc Database Access With Java: A Tutorial and Annotated Reference (Java Series) by Graham Hamilton, Rick Cattell, Maydene Fisher | |
Paperback: 462
Pages
(1997-08)
list price: US$37.95 -- used & new: US$2.95 (price subject to change: see help) Asin: 0201309955 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The second half of JDBC Database Access withJava contains a useful reference to the dozen-and-a-half classesin the JDBC library. Each section provides a general overview of theclass and a guide to all APIs. This portion of the book also includesa guide to data types in JDBC and all of today's major SQL serverplatforms. The final chapter recounts how the JDBC specification wascreated. Appendices offer short tips for developers who are writingJDBC drivers (who will absolutely want this book on theirshelves). Although most Java developers will want to write to a higherlevel of classes, those new solutions will rely on JDBC, an effectivetool for writing database-independent code in Java. Customer Reviews (8)
Time Tested
sasa
good coverage, not much depth.
Excellent book for anyone who wants to learn JDBC and more
Very good book for Database Programming using Java |
36. The Data Access Handbook: Achieving Optimal Database Application Performance and Scalability by John Goodson, Robert A. Steward | |
Paperback: 360
Pages
(2009-03-26)
list price: US$49.99 -- used & new: US$24.22 (price subject to change: see help) Asin: 0137143931 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The Data Access Handbook Achieving Optimal Database Application Performance and Scalability John Goodson • Robert A. Steward Drive breakthrough database application performance by optimizing middleware and connectivity Performance and scalability are more critical than ever in today’s enterprise database applications, and traditional database tuning isn’t nearly enough to solve the performance problems you are likely to see in those applications. Nowadays, 75-95% of the time it takes to process a data request is typically spent in the database middleware. Today’s worst performance and scalability problems are generally caused by issues with networking, database drivers, the broader software/hardware environment, and inefficient coding of data requests. In The Data Access Handbook, two of the world’s leading experts on database access systematically address these issues, showing how to achieve remarkable improvements in performance of real-world database applications. Drawing on their unsurpassed experience with every leading database system and database connectivity API, John Goodson and Rob Steward reveal the powerful ways middleware affects application performance and guide developers with designing and writing API code that will deliver superior performance in each leading environment. In addition to covering essential concepts and techniques that apply across database systems and APIs, they present many API examples for ODBC, JDBC, and ADO.NET as well as database system examples for DB2, Microsoft SQL Server, MySQL, Oracle, and Sybase. Coverage includes If you’re a software architect, system designer, or database application developer, The Data Access Handbook will be your most indispensable database application performance resource. It’s the one book that focuses on the areas where you can achieve the greatest improvements—whether you’re designing new database applications or troubleshooting existing ones. John Goodson is vice president and general manager of the DataDirect division of Progress Software, a leader in Rob Steward, vice president of R&D at the DataDirect Both authors have spoken on database application performance at many industry events. Visit www.dataaccesshandbook.com to get the code examples presented in this book and other supplemental information for DB2, MicrosoftSQL Server, MySQL, Oracle, and Sybase. Customer Reviews (2)
Detailed easy read, but repeatative
optimising your application's use of a database |
37. Microsoft Excel and Access Integration: With Microsoft Office 2007 by Michael Alexander, Geoffrey Clark | |
Paperback: 408
Pages
(2007-04-30)
list price: US$39.99 -- used & new: US$9.79 (price subject to change: see help) Asin: 0470104880 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (8)
Another great contribution by Michael Alexander
Great resource!
Terrific!
It was just what I was looking for.
Shallow and Disappointing Book |
38. Database Programming Languages: 12th International Symposium, DBPL 2009, Lyon, France, August 24, 2009, Proceedings (Lecture Notes in Computer Science ... Applications, incl. Internet/Web, and HCI) | |
Paperback: 101
Pages
(2009-09-18)
list price: US$64.95 -- used & new: US$47.45 (price subject to change: see help) Asin: 3642037925 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This book constitutes the proceedings of the 12th International Symposium on Database Programming Languages, DBPL 2009, held in Lyon, France, in August 2009 in conjunction with VLDB 2009. The papers are deal with topics on database programming languages in the area of but not limited to algorithms, XML query languages, inconsistency handling, data provenance, emerging data models, and type checking. |
39. Instant Access Databases by Greg Buczek | |
Paperback: 759
Pages
(2000-12-29)
-- used & new: US$17.46 (price subject to change: see help) Asin: B00007GW3R Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (3)
A very nice book
Great Guide!!! But I needed to go further. I needed to start writing code that powered my Access databases. This book showed me how to do that. The author took me step by step through numerous examples that have empowered me to write code that really make my applications so much better. I highly recommend this book.
I've used his ASP books - this is just as good |
40. Jeffrey McManus' Database Access with Visual Basic 6 by Jeffrey P. McManus | |
Paperback: 840
Pages
(1999-01-31)
list price: US$39.99 -- used & new: US$12.00 (price subject to change: see help) Asin: 0672314223 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (61)
A Thin Reference For Growing VB Programmers
Another must have He's also unique amongst authors in that he actually replies to E-mails you send him...
A good starting
A great book! Yet not complete
great book |
  | Back | 21-40 of 100 | Next 20 |