How To Connect to SQL Server Using a Trusted Connection in VFPLast reviewed: November 18, 1996Article ID: Q159590 |
The information in this article applies to:
SUMMARYSQL Server can be installed utilizing either Standard, Windows NT Integrated or Mixed security. The Trusted Connection is available only under Windows NT. When creating a new DataSource via the ODBC dialog box in the Windows NT Control Panel, there is a check box in the lower left corner with the label, "Use Trusted Connection." Checking this option requests a trusted connection to SQL Server regardless of the security mode of the server. For information about the SQL Server login security mode and trusted connections, see the Microsoft SQL Server Administrator's Companion. Once a DataSource has been created using a Trusted Connection, a connection can be created without supplying a user name and password. The user's Windows NT userid must exist on SQL Server. To connect from Visual FoxPro via an available DataSource on a Windows NT machine:
|
KBCategory: kbinterop kbhowto
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |