ADT: Use "MSACCESS" in DDEInitiate w/ Run-Time App (1.0, 2.0)Last reviewed: April 7, 1997Article ID: Q101372 |
The information in this article applies to:
SYMPTOMSAdvanced: Requires expert coding, interoperability, and multiuser skills. Applications can initiate a dynamic data exchange (DDE) conversation with a run-time application developed with Microsoft Access by specifying "MSACCESS" rather than the .MDB file, as the application name.
STATUSThis behavior is by design.
MORE INFORMATIONTo communicate with a run-time application using DDE, it is strongly recommended that you use the name of the .MDB file, not "MSACCESS," as the application name when you are initiating a DDE conversation. The run-time version of Microsoft Access responds to both Microsoft Access and the name of the .MDB file as the application name.
Steps to Reproduce Behavior
chan = DDEInitiate("NWIND", "NWIND;TABLE Employees") |
Keywords : DcmNwd kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |