Author: Wayne F. Brooks
Publisher:
ISBN: 9781576103289
Category : Computers
Languages : en
Pages : 660
Book Description
Written by a seasoned expert, this title covers all the major facets of database development, including desktop, client/server, and Web. The CD-ROM is a fully-interactive tutorial on Access development and contains all code examples and projects developed in the book.
Access 2000 Programming Blue Book
Author: Wayne F. Brooks
Publisher:
ISBN: 9781576103289
Category : Computers
Languages : en
Pages : 660
Book Description
Written by a seasoned expert, this title covers all the major facets of database development, including desktop, client/server, and Web. The CD-ROM is a fully-interactive tutorial on Access development and contains all code examples and projects developed in the book.
Publisher:
ISBN: 9781576103289
Category : Computers
Languages : en
Pages : 660
Book Description
Written by a seasoned expert, this title covers all the major facets of database development, including desktop, client/server, and Web. The CD-ROM is a fully-interactive tutorial on Access development and contains all code examples and projects developed in the book.
Access 2000 Client/server Solutions
Author: Lars Klander
Publisher: Coriolis Group Books
ISBN: 9781576104170
Category : Computers
Languages : en
Pages : 764
Book Description
Publisher: Coriolis Group Books
ISBN: 9781576104170
Category : Computers
Languages : en
Pages : 764
Book Description
Access Database Design & Programming
Author: Steven Roman
Publisher: "O'Reilly Media, Inc."
ISBN: 0596002734
Category : Computers
Languages : en
Pages : 451
Book Description
For programmers who prefer content to frills, this guide has succinct and straightforward information for putting Access to its full, individually tailored use.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596002734
Category : Computers
Languages : en
Pages : 451
Book Description
For programmers who prefer content to frills, this guide has succinct and straightforward information for putting Access to its full, individually tailored use.
Dr. Dobb's Journal
Author:
Publisher:
ISBN:
Category : Microcomputers
Languages : en
Pages : 936
Book Description
Publisher:
ISBN:
Category : Microcomputers
Languages : en
Pages : 936
Book Description
COM/DCOM Blue Book
Author: Nathan Wallace
Publisher:
ISBN: 9781576104095
Category : Computers
Languages : en
Pages : 780
Book Description
Key features include integrated learning about all four aspects of COM (COM, Automation, ActiveX, and DCOM), an emphasized component creation and use of techniques independent of any single programming language. The CD-ROM includes source code for all projects presented in the book in all four development environments covered.
Publisher:
ISBN: 9781576104095
Category : Computers
Languages : en
Pages : 780
Book Description
Key features include integrated learning about all four aspects of COM (COM, Automation, ActiveX, and DCOM), an emphasized component creation and use of techniques independent of any single programming language. The CD-ROM includes source code for all projects presented in the book in all four development environments covered.
Microsoft SQL Server 2000 Programming by Example
Author: Fernando G. Guerrero
Publisher: Que Publishing
ISBN: 9780789724496
Category : Computers
Languages : en
Pages : 796
Book Description
Demonstrates the SQL Server 2000 programming fundamentals, including database structures and TransactSQL.
Publisher: Que Publishing
ISBN: 9780789724496
Category : Computers
Languages : en
Pages : 796
Book Description
Demonstrates the SQL Server 2000 programming fundamentals, including database structures and TransactSQL.
Microsoft FrontPage 2000
Author: Wayne Brooks
Publisher: Hayden
ISBN: 9780789720504
Category : Computers
Languages : en
Pages : 274
Book Description
Aimed at intermediate-advanced users, this visual, step-by-step guide discusses practical use of FrontPage for the Web designer. The book assumes the user knows the system and is looking for a quick guide to great design tasks. Coverage focuses strictly on FrontPage issues and not fringe technologies.
Publisher: Hayden
ISBN: 9780789720504
Category : Computers
Languages : en
Pages : 274
Book Description
Aimed at intermediate-advanced users, this visual, step-by-step guide discusses practical use of FrontPage for the Web designer. The book assumes the user knows the system and is looking for a quick guide to great design tasks. Coverage focuses strictly on FrontPage issues and not fringe technologies.
The Software Encyclopedia
Author:
Publisher:
ISBN:
Category : Computer industry
Languages : en
Pages : 1446
Book Description
Publisher:
ISBN:
Category : Computer industry
Languages : en
Pages : 1446
Book Description
DAO Object Model
Author: Helen Feddema
Publisher: "O'Reilly Media, Inc."
ISBN: 144936344X
Category : Computers
Languages : en
Pages : 401
Book Description
Each iteration of Windows has meant a corresponding improvement in the techniques used for transferring data among its applications. Today's leading technique is called Automation. It allows you to work directly with objects in an application's interface using their object models. But if you want to write code in a programming language, such as Visual Basic, in order to work with the apps that support Automation, you must understand the inner workings of an application's object model--or in the case of Microsoft's Access, its two object models.Microsoft Access is the bestselling stand-alone relational database program for Windows offering both power and ease of use. And in many respects, Microsoft has made Automation the centerpiece of its vision for application development. DAO Object Model: The Definitive Reference will guide you through the Access object models, allowing you, with the support of Automation, to reference the application components you want to manipulate. An understanding of the object models is essential for developers who work with data in Access tables, or who want to manipulate components of the Access interface from other Office apps. The Data Access Objects (DAO) model is used to write and read data in Access tables. The Access object model is used to manipulate forms, reports, queries, macros, and other components of the Access interface, including most of the commands by means of the DoCmd object.This book will include an introduction and a brief description of the differences between VBA (used in most Office applications) and VBScript (used in Outlook). This chapter will also cover Office utilities and add-ons helpful in writing and debugging code, such as the Object Browser, the Integrated Development Environment (IDE) for VBA and the Interactive Debugger for VBScript. The book will then be divided into two parts; one covering the Access Object Model and the other, the Data Access Objects. Each section will have a description of what the object represents; listings of properties, events, and methods; and one or more code samples illustrating its use in VBA and/or VBScript code. Each property, event, or method section will have an explanation of the language element, and many will have code samples (either VBA or VBScript) as well.This book will detail, to an advanced user or keen intermediate user, the Access object models and how they are used. It will be the reference guide VB developers reach for when working with data in Access tables, or for manipulating components of the Access interface from other Office applications.
Publisher: "O'Reilly Media, Inc."
ISBN: 144936344X
Category : Computers
Languages : en
Pages : 401
Book Description
Each iteration of Windows has meant a corresponding improvement in the techniques used for transferring data among its applications. Today's leading technique is called Automation. It allows you to work directly with objects in an application's interface using their object models. But if you want to write code in a programming language, such as Visual Basic, in order to work with the apps that support Automation, you must understand the inner workings of an application's object model--or in the case of Microsoft's Access, its two object models.Microsoft Access is the bestselling stand-alone relational database program for Windows offering both power and ease of use. And in many respects, Microsoft has made Automation the centerpiece of its vision for application development. DAO Object Model: The Definitive Reference will guide you through the Access object models, allowing you, with the support of Automation, to reference the application components you want to manipulate. An understanding of the object models is essential for developers who work with data in Access tables, or who want to manipulate components of the Access interface from other Office apps. The Data Access Objects (DAO) model is used to write and read data in Access tables. The Access object model is used to manipulate forms, reports, queries, macros, and other components of the Access interface, including most of the commands by means of the DoCmd object.This book will include an introduction and a brief description of the differences between VBA (used in most Office applications) and VBScript (used in Outlook). This chapter will also cover Office utilities and add-ons helpful in writing and debugging code, such as the Object Browser, the Integrated Development Environment (IDE) for VBA and the Interactive Debugger for VBScript. The book will then be divided into two parts; one covering the Access Object Model and the other, the Data Access Objects. Each section will have a description of what the object represents; listings of properties, events, and methods; and one or more code samples illustrating its use in VBA and/or VBScript code. Each property, event, or method section will have an explanation of the language element, and many will have code samples (either VBA or VBScript) as well.This book will detail, to an advanced user or keen intermediate user, the Access object models and how they are used. It will be the reference guide VB developers reach for when working with data in Access tables, or for manipulating components of the Access interface from other Office applications.
American Book Publishing Record
Author:
Publisher:
ISBN:
Category : Books
Languages : en
Pages : 236
Book Description
Publisher:
ISBN:
Category : Books
Languages : en
Pages : 236
Book Description