Share via


ODBCConnection.SavePassword Property

Excel Developer Reference

True if password information in an ODBC connection string is saved in the connection string. False if the password is removed. Read/write Boolean.

Version Information
 Version Added:  Excel 2007

Syntax

expression.SavePassword

expression   A variable that represents an ODBCConnection object.

Remarks

This property is used in both ODBC and OLE DB queries, and by both PivotTables and QueryTables.

See Also