Microsoft KB Archive/113830

From BetaArchive Wiki

ACC1x: MS Access Data Definition Language DLL Available on MSL

Article ID: Q113830
Creation Date: 17-APR-1994
Revision Date: 24-APR-1997 The information in this article applies to:

  • Microsoft Access version 1.1

SUMMARY


The Microsoft Access Data Definition Language (DDL) dynamic-link library (DLL) provides data definition support beyond that provided by Microsoft Access. The DDL 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.

This utility is provided as an aid to developers who need additional data definition support beyond that provided in the Microsoft Access documentation. As with any DLL, passing an incorrect argument type or value could result in general protection (GP) fault errors. If this happens, carefully check your arguments. This utility includes an include file (MSA_DDL.TXT) that you can use to declare these functions. This utility is not supported by Microsoft. Make sure to save your work-in-progress frequently to avoid loss of data.

 ~ DDL110.EXE (size: 39622 bytes) 
              is available for download from the Microsoft Software
   Library. It contains the following files:

   MSADDL11.DLL     Windows DLL file containing the DDL functions
   MSA_DDL.H        Header file for writing C clients to MSA DDL
   MSA_DDL.TXT      Access Basic include file
   TEST_DDL.MDB     Access Basic test program
   MSA_DDL.LIB      For linking C clients in the MSA DDL DLL file
   README.TXT       This file
   MSADDL11.TXT     Documentation for using MSADDL11.DLL

For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q119591
   TITLE     : How to Obtain Microsoft Support Files from Online Services
 



        



Keywords : kbfile Softlib
Version : 1.1
Platform : WINDOWS
Hardware : X86

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

©1997 Microsoft Corporation. All rights reserved. Legal Notices.