Office中国论坛/Access中国论坛

标题: [书籍/PDF/英文] Access 2003 Programming by Example with VBA, XML, and ASP [打印本页]

作者: LucasLynn    时间: 2005-10-1 03:37
标题: [书籍/PDF/英文] Access 2003 Programming by Example with VBA, XML, and ASP
[英文原版计算机信息技术图书].58.Wordware.Publishing.Access.2003.Programming.by.Example.with.VBA.XML.and.ASP.Mar.2005.eBook-DDU.pdf (11.62 MB)

《Access 2003 Programming by Example with VBA, XML, and ASP 》

《Access 2003 使用VBA、XML和ASP实例编程》


by Julitta Korol



• Paperback: 600 pages

• Publisher: Wordware Publishing, Inc. (March, 2005)

• Language: English

• ISBN: 1556222238

• List Price: $39.95

Book Description::

This book is designed to take Access users to the next step--programming--and consists of six parts that cover an introduction to VBA programing AKO, DDL, event programming, ASP and XML.



About the Author

Julitta Korol studied 10 world languages before switching her language passion to computers. She is a software consultant who delivers custom-tailored hands-on training and develops advanced database and spreadsheet applications. She has written a dozen computer books published exclusively by MIKOM Publishing in Warsaw, Poland. Her books from Wordware include Learn Microsoft Excel 2002 VBA Programming with XML and ASP, Learn Microsoft Access 2000 Programming by Example, and Microsoft Excel VBA 2000 Programming. She lives on Long Island, New York.



第一部分:Access 2003 VBA编程介绍



第二部分:使用ADO创建和操作数据库



第三部分:JET数据定义语言编程



第四部分:窗体和报表的事件编程



[此贴子已经被作者于2005-9-30 20:52:57编辑过]


作者: LucasLynn    时间: 2005-10-1 04:15
<FONT face="MS Sans Serif">Contents



Part I — Introduction to Access 2003 VBA Programming

Chapter 1 Procedures and Modules . . . . . . . . . . . . . . . . . . . . . . . . 3



Chapter 2 The Visual Basic Editor (VBE). . . . . . . . . . . . . . . . . . . . . . 12



Chapter 3 Variables, Data Types, and Constants . . . . . . . . . . . . . . . . . 28

<UL>
  • What Is a Variable?. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
  • What Are Data Types? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
  • Creating Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
  • Declaring Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
  • Specifying the Data Type of a Variable . . . . . . . . . . . . . . . . . . . . . . . . . . 33
  • Using Type Declaration Characters . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
  • Assigning Values to Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
  • Forcing Declaration of Variables. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
  • Understanding the Scope and Lifetime of Variables . . . . . . . . . . . . . . . . . . . . 40
  • Procedure-Level (Local) Variables . . . . . . . . . . . . . . . . . . . . . . . . . 40
  • Module-Level Variables. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
  • Public Variabl
    作者: LucasLynn    时间: 2005-10-1 04:20
    <FONT face="MS Sans Serif">

    Part II — Creating and Manipulating Databases with ADO

    Chapter 10 Accessing Data Using ADO . . . . . . . . . . . . . . . . . . . . . 171



    Chapter 11 Creating and Accessing Tables and Fields with ADO. . . . . . . . . 194



    Chapter 12 Setting Up Indexes and Table Relationships with ADO . . . . . . . . 212

    <UL>
  • Creating a Primary Key. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 212
  • Creating a Single-Field Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213
  • Adding a Multiple-Field Index to a Table. . . . . . . . . . . . . . . . . . . . . . . . . 215
  • Listing Indexes in a Table. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 216
  • Deleting Table Indexes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217
  • Creating Table Relationships . . . . . . . . . . . . . . . . . . . . . . . . .
    作者: LucasLynn    时间: 2005-10-1 04:21
    <FONT face="MS Sans Serif">Part III — Programming with the Jet Data Definition Language

    Chapter 19 Creating, Modifying, and Deleting Tables and Fields. . . . . . . . . 395



    Chapter 20 Enforcing Data Integrity and Relationships between Tables. . . . . . 413



    Chapter 21 Defining Indexes and Primary Keys . . . . . . . . . . . . . . . . . 424



    Chapter 22 Database Security . . . . . . . . . . . . . . . . . . . . . . . . . 433

    <UL>
  • Setting the Database Password . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 433
  • Removing the Database Password . . . . . . . . . . . . . . . . . . . . . . . . . . . . 434
  • Creating a User Account . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 435
  • Changing a User Password . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 436
  • Creating a Group Account . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 437
  • Adding Users to Groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 438
  • Removing a User from a Group. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 438
  • Deleting a User Account . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 439
  • Granting Permissions for an Object. . . . . . . . . . . . . . . . . . . . . . . . . . . . 440
  • Revoking Security Permissions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 441
  • Deleting a Group Account . . . . . . .
    作者: LucasLynn    时间: 2005-10-1 04:21
    <FONT face="MS Sans Serif">Part V — Taking Your VBA Programming Skills to the Web

    Chapter 28 Access and Active Server Pages . . . . . . . . . . . . . . . . . . . 549



    Chapter 29 XML Features in Access 2003 . . . . . . . . . . . . . . . . . . . . 607

    <UL>
  • What Is XML? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 607
  • XML Support in Access 2003 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 609
  • Exporting XML Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 610
  • Understanding the XML Data File. . . . . . . . . . . . . . . . . . . . . . . . . 612
  • Understanding the XML Schema File . . . . . . . . . . . . . . . . . . . . . . . 615
  • Understanding the XSL Transformation Files . . . . . . . . . . . . . . . . . . . 617
  • Viewing XML Documents Formatted with Stylesheets . . . . . . . . . . . . . . 620
  • Advanced XML Export Options. . . . . . . . . . . . . . . . . . . . . . . . . . 620
  • Data Export Options . . . . . . . . . . . . . . . . . . . . . . . . . . . . 620
  • Schema Export Options. . . . . . . . . . . . . . . . . . . . . . . . . . . 622
  • Presentation Export Options . . . . . . . . . . . . . . . . . . . . . . . . 623
  • Applying XSLT Transforms to Exported Data . . . . . . . . . . . . . . . . . . . . . . 624
  • Importing XML Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 629
  • Exporting to and Importing from XML Programmatically . . . . . . . . . . . . . . . . 634
  • Exporting to XML Using the ExportXML Method . . . . . . . . . . . . . . . . 635
  • Transforming XML Data with the TransformXML Method. . . . . . . . . . . . 643
  • Importing to XML Using the ImportXML Method . . . . . . . . . . . . . . . . 650
  • Manipulating XML Documents Programmatically . . . . . . . . . . . . . . . . . . . . 650
  • Loading and Retrieving the Contents of an XML File. . . . . . . . . . . . . . . 652
  • Working with XML Document Nodes. . . . . . . . . . . . . . . . . . . . . . . 653
  • Retrieving Information from Element Nodes . . . . . . . . . . . . . . . . . . . 655<
    作者: foreverfyc    时间: 2008-5-20 13:28
    初学者,估计暂时用不到,友情顶!!!
    作者: XIEMR    时间: 2009-8-24 21:05
    有没有中文的




    欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3