Miscellaneous
This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.
Property | Description |
AllowPreparedStatement | Prepare a query statement before its execution. |
CharBitDataAsString | A Boolean value used to indicate whether parameters, result data, and schema information for iDB2CharBitData and iDB2VarCharBitData objects are treated as String values or as Byte array values. |
CharBitDataCcsid | An Int32 value used to indicate which CCSID is used to translate iDB2CharBitData and iDB2VarCharBitData types when the CharBitDataAsString property is set to true. This property is ignored when CharBitDataAsString is set to false. |
TruncateString | This property specifies whether to truncate characters when INSERT or UPDATE is executed with a string that exceeds the column size. |
Schema | The schema used by default. |
IgnoreCase | Whether to ignore case in identifiers. |
MaxRows | クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。 |
Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
QueryPassthrough | このオプションは、クエリをDB2 サーバーにas-is で渡します。 |
Readonly | このプロパティを使用して、provider からDB2 へのアクセスを読み取り専用に設定できます。 |
RTK | ライセンス供与で使用されるランタイムキー。 |
SwitchMode | このプロパティを使用すると、スイッチングモードを指定して、アクティブサーバーとして AlternateServers の中からサーバーを選択できます。 |
SwitchStrategy | このプロパティを使用すると、スイッチング方式を指定して、アクティブサーバーとして AlternateServers の中からサーバーを選択できます。 |
Timeout | タイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。 |