home *** CD-ROM | disk | FTP | other *** search
/ PC Treasures, Inc. / pctreasures.mdf / MDAC_IE5.CAB / msdasc.txt < prev    next >
Text File  |  1998-09-25  |  2KB  |  44 lines

  1. ---------------------------------------------------
  2. Microsoft(R) Data Link API version 2.1 Readme File
  3. ---------------------------------------------------
  4.  
  5. (c) 1998 Microsoft Corporation. All rights reserved.
  6.  
  7. This document provides late-breaking or other information that supplements the Microsoft Data Link API documentation.
  8.  
  9. --------
  10. CONTENTS
  11. --------
  12.  
  13. 1. PRODUCT DESCRIPTION
  14.    
  15. 2. NEW FEATURES
  16.    
  17. 3. TECHNICAL NOTES
  18.  
  19. 4. KNOWN BUGS, LIMITATIONS, AND WORKAROUNDS
  20.  
  21. ----------------------
  22. 1. PRODUCT DESCRIPTION
  23. ----------------------
  24. Microsoft Data Link API provides a common user interface for defining and managing connections to OLE DB data sources. This user interface can also be called using an application programming interface, the Data Link API.
  25.  
  26. You can save the connection information to a data link file (.udl).  Then you can modify these files through the Data Links Property page, and applications can use them in creating connections to various OLE DB data stores. The Data Link API provides applications the ability to select, load, or save .udl files. 
  27.  
  28. The same user interface used to manage connection information in .udl files can be used by applications to gather connection information from users when doing ad-hoc connections to OLE DB data stores. The Data Link API allows applications to obtain a string version of the connection information from an existing OLE DB datasource object, create a datasource object from an existing connection string, or use the Data Links dialog box to edit the connection properties of an uninitialized OLE DB data source object.
  29.  
  30. ---------------
  31. 2. NEW FEATURES
  32. ---------------
  33. IDBPromptInitialize::PromptDataSource now supports both provider and provider type filters.
  34.  
  35. ------------------
  36. 3. TECHNICAL NOTES
  37. ------------------
  38. None
  39.  
  40. -------------------------------------------
  41. 4. KNOWN BUGS, LIMITATIONS, AND WORKAROUNDS
  42. -------------------------------------------
  43. Limitation: The 2.1 release of the Data Link API does not support creating remote providers. Calling IDataInitialize::CreateDBInstanceEx for anything other than a local provider will fail.
  44.