ADO ActiveX Data Objects

ADO ActiveX Data Objects
Title ADO ActiveX Data Objects PDF eBook
Author Jason T. Roff
Publisher "O'Reilly Media, Inc."
Pages 628
Release 2001
Genre Computers
ISBN 9781565924154

Download ADO ActiveX Data Objects Book in PDF, Epub and Kindle

The architecture of ADO (ActiveX Data Objects), Microsoft's newest form of database communication, is simple, concise, and efficient. This indispensable reference takes a comprehensive look at every object, collection, method, and property of ADO for developers who want to get a leg up on this technology.

Microsoft Excel 2013 Programming by Example with VBA, XML, and ASP

Microsoft Excel 2013 Programming by Example with VBA, XML, and ASP
Title Microsoft Excel 2013 Programming by Example with VBA, XML, and ASP PDF eBook
Author Julitta Korol
Publisher Mercury Learning and Information
Pages 1430
Release 2014-04-15
Genre Computers
ISBN 1938549457

Download Microsoft Excel 2013 Programming by Example with VBA, XML, and ASP Book in PDF, Epub and Kindle

This book is suitable for readers already familiar with the Excel user interface and introduces programming concepts via numerous multi-step, practical exercises. More advanced topics are introduced via custom projects. Covers recording and editing a macro and writing VBA code through working with XML documents and using ASP to display data on the Web. Microsoft Excel 2013 Programming by Example with VBA, XML and ASP is a practical how-to book on Excel programming, suitable for readers already familiar with the Excel user interface. The book introduces programming concepts via numerous multi-step, illustrated, hands-on exercises. More advanced topics are introduced via custom projects. From recording and editing a macro and writing VBA code to working with XML documents and using classic ASP to access and display data on the Web, this book takes you on a programming journey that will change the way you work with Excel. Completely updated for Excel 2010, this book provides information on performing automatic operations on files, folders, and other Microsoft Office applications. It also covers proper use of event procedures, testing and debugging, and programming advanced Excel features such as PivotTables, PivotCharts, and SmartTags. The chapters are loaded with illustrated hands-on projects and exercises that tell you exactly where to enter code, how to debug it, and then run it. Each exercise/project step is clearly explained as it is performed. Features: Explores in great detail the latest version of Excel and all of its features. Covers recording and editing a macro and writing VBA code through working with XL documents and using ASP to display data on the Web. Covers Office Web Apps.

Access Database Design & Programming

Access Database Design & Programming
Title Access Database Design & Programming PDF eBook
Author Steven Roman
Publisher "O'Reilly Media, Inc."
Pages 451
Release 2002-01-07
Genre Computers
ISBN 0596002734

Download Access Database Design & Programming Book in PDF, Epub and Kindle

For programmers who prefer content to frills, this guide has succinct and straightforward information for putting Access to its full, individually tailored use.

Python Programming on Win32

Python Programming on Win32
Title Python Programming on Win32 PDF eBook
Author Mark J. Hammond
Publisher "O'Reilly Media, Inc."
Pages 672
Release 2000
Genre Computers
ISBN 1565926218

Download Python Programming on Win32 Book in PDF, Epub and Kindle

Demonstrates how to use the Python programming language (an object- oriented scripting language) as a development and administrations tool for Win32. Focused on tasks rather than programming (although a brief tutorial is provided) the authors cover how Python works on Windows; the key integration technologies supported by Python on Windows; and examples of what Python can do with databases, email, Internet protocols, NT services, communications, and other areas. Annotation copyrighted by Book News, Inc., Portland, OR

Applied ADO.NET

Applied ADO.NET
Title Applied ADO.NET PDF eBook
Author David Talbot
Publisher Apress
Pages 910
Release 2008-01-01
Genre Computers
ISBN 1430207590

Download Applied ADO.NET Book in PDF, Epub and Kindle

Here is extensive coverage of ADO.NET technology including ADO.NET internals, namespaces, classes, and interfaces for beginning ADO developers.

A Programmer’s Guide to ADO.NET in C#

A Programmer’s Guide to ADO.NET in C#
Title A Programmer’s Guide to ADO.NET in C# PDF eBook
Author Mahesh Chand
Publisher
Pages 748
Release 2002-04-25
Genre Computers
ISBN

Download A Programmer’s Guide to ADO.NET in C# Book in PDF, Epub and Kindle

A Programmer's Guide to ADO.NET in C# begins by taking readers through a fast-paced overview of C# and then delves into ADO.NET. Why should C# programmers use it instead of the existing technologies? What new functionality does it offer? The chapters that follow go through the details on each of the major Data Providers of the .NET platform (OleDb, SQL Server, and ODBC) that enable you to read and write data to the targeted database. These chapters also serve as a good reference for looking up detailed methods and properties for these data provider classes. Authors Chand and Gold also show C# programmers how to work with XML classes and how to integrate XML into the ADO.NET architecture. The book provides programmers with handy ideas about taking advantage of the VS.NET IDE and how you can tie your data to the myriad of powerful controls including the multi-faceted Data Grid. Finally, it goes through creating a guest book application for the Web so you can see how all the pieces fit together.

ADO Examples and Best Practices

ADO Examples and Best Practices
Title ADO Examples and Best Practices PDF eBook
Author William R. Vaughn
Publisher Apress
Pages 383
Release 2000-05-01
Genre Computers
ISBN 1430211563

Download ADO Examples and Best Practices Book in PDF, Epub and Kindle

Visual Basic database developers are faced with a dizzying cornucopia of choices when it comes to data access paradigms. The purpose of this book is to make the choice and implementation of the best of those technologies far easier. It does this through working examples and numerous discussions of what works and what does not. Vaughns "Best Practices" are the techniques that developers need to know because they cause the least amount of overhead, problems and confusion. While some are quite simple to implement, other "Best Practices" require considerable thought and planning. This is a developers bookfull of hints, tips, and notes passed on from those who show the medals and scars of battles won and lost.