'Declaration Public Property Recovery As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.Recovery = value value = instance.Recovery
public string Recovery {get; set;}
'Declaration Public Property Recovery As String
'Usage Dim instance As TdConnectionStringBuilder Dim value As String instance.Recovery = value value = instance.Recovery
public string Recovery {get; set;}
There are 4 acceptable values:
Recovery Property | Description |
---|---|
OFF | Disables RNP and Redrive. |
DEFAULT | Enables Redrive participation as determined from the Teradata Active System Management (TASM) Redrive setting. |
RNP | Enables the connection to reconnect in the event of a network error or database failure. Commands may be re-executed and results retrieved after reconnection from a network failure only. |
REDRIVE | Enables Redrive. The connection will participate in redriving commands after reconnection. Redrive enhances the RNP option, as the Teradata Database spool files are preserved after a database restart when REDRIVE is selected. Commands will be re-executed or restarted automatically from the Data Provider. |
Default Value: DEFAULT
Product | Versions | Platforms |
---|---|---|
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |