Programming with Reflection

image\rwnprg32.gif SaveConnection property

 

Syntax

object.SaveConnection
object.SaveConnection = Value

Works with

image\r124.gif

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether connection setting information is saved in settings files. When this value is True connection settings are saved, when it is false they are not saved.

For example, this statement specifies that connection settings should not be saved when the settings file is saved:

Session.SaveConnection = False

Values

The default value is True.

Notes

The value of this property determines what information is saved to complete settings files (*.r1w, *.r2w, *.r4w). Connection settings are always saved when you save Connection settings files (*.rco), even if this property is False.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property