The information in this article applies to:
SUMMARY
This article describes how to use the TransferDatabase macro action to
attach data in backend SQL tables. MORE INFORMATION
You can use the TransferDatabase macro action to import from, export to,
or attach an external data source. This article describes how to attach
data in a SQL Server table.
The connect string (Database Name) is a string of items or parameters that defines the remote data source and the user's identification. The connect string includes the following items:
* This item is optional within the connect string. If it is not present, the system will prompt the user with a dialog box to enter this information at the time the macro is executed. Note that password information is case sensitive in SQL Server. The following is a sample connect string to SQL Server. Note that it begins with "ODBC", which tells the system that it will use the ODBC driver (as opposed to an installable ISAM driver):
This string would be placed in the Database Name argument of the TransferDatabase action.
Keywords : kbusage OdbcOthr |
Last Reviewed: March 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |