SAMPLE: DDL2 - Sample Application

PSS ID Number: Q103301
Article last modified on 08-24-1993

3.10
WINDOWS

----------------------------------------------------------------------
The information in this article applies to:

 - Microsoft Windows Software Development Kit (SDK) for Windows
   version 3.1
----------------------------------------------------------------------

MSADDL11: Demonstrates Microsoft Access Data Definition Language DLL
MSADDL11 is a data definition language (DDL) dynamic-link library
(DLL) that provides data definition support beyond that provided by
standard Microsoft Access.
This DLL enables the Access Basic programmer to create and alter
tables, fields, indexes, and relationships, and then use those tables
in Microsoft Access and Access Basic. The DLL is provided specifically
as an aid to developers who need additional data definition
information not provided in the Microsoft Access retail documentation.
As with any DLL, passing an incorrect argument type or value could
result in general-protection fault (GPF) errors. If this happens,
check your arguments carefully. You can use the MSADDL11.BAS include
file to declare functions. This utility is not supported by Microsoft;
you should save your work frequently to avoid loss of data.
For function descriptions, please see MSADDL10.TXT. Table 1 lists the
functions provided by MSADDL10.DLL.
NOTE: You can use these functions only with Microsoft Access databases
and tables, and not with any other databases or tables.
MSADDL11 is one of several samples and tools that demonstrate what
other developers have done with Microsoft Access databases. These
tools have not been tested, although some of them have been around for
a while. The Microsoft Access tools are not supported by Microsoft
Product Support Services (PSS) or on CompuServe; please use these
tools at your own risk.
MSADDL11 was built and tested under Microsoft Access version 1.1.
KEYWORDS: CD4
For Microsoft OnLine customers, DDL2 is available in the Software/Data
Library as 4X85.ZIP and can be found by searching on the word DDL2,
the Q number of this article, or S14260. For CompuServe Customers,
DDL2 can be downloaded from the file 4-85.ZIP in library section
number 4 of the MSDNLIB forum. DDL2 was archived using the PKware
file-compression utility.

Additional reference words: 3.10
KBCategory:
KBSubcategory:
Copyright Microsoft Corporation 1993.