Miscellaneous
This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.
Property | Description |
BatchSize | The maximum size of each batch operation to submit. |
Charset | The system code page used for Unicode to multibyte translations. |
ConnectionLifeTime | The maximum lifetime of a connection in seconds. Once the time has elapsed, the connection object is disposed. |
ConnectOnOpen | This property specifies whether to connect to the SAP ERP when the connection is opened. |
EndianType | The endian type for the SAP server. Enter either Big or Little. |
GatewayHost | The gateway host you wish to connect to. |
GatewayService | The gateway service you wish to connect to. |
GenerateSchemaFiles | Determines how schema files should be generated. |
InitialValueMode | How to treat initial values in SAP. |
Language | The language value to be used when connecting to the SAP system. |
Location | A path to the directory that contains the schema files defining tables, views, and stored procedures to work with your chosen data source. This must be set in order to add new tables to provider. |
MaxRows | Limits the number of rows returned rows when no aggregation or group by is used in the query. This helps avoid performance issues at design time. |
Other | These hidden properties are used only in specific use cases. |
Pagesize | The number of results to return per page from SAP. Only used for SAP tables. |
PoolIdleTimeout | The allowed idle time for a connection before it is closed. |
PoolMaxSize | The maximum connections in the pool. |
PoolMinSize | The minimum number of connections in the pool. |
PoolWaitTime | The max seconds to wait for an available connection. |
PseudoColumns | This property indicates whether or not to include pseudo columns as columns to the table. |
QueryMode | Determines which SAP queries will be displayed as views, if any. |
ReadTableFunction | The function to use for reading table data. |
RTK | The runtime key used for licensing. |
StoredProcedureFilter | A filter indicating which function modules to report as stored procedures. |
TableMode | Determines which SAP tables will be displayed as views if any. |
Timeout | The value in seconds until the timeout error is thrown, canceling the operation. |
UseConnectionPooling | This property enables connection pooling. |
UseInternalNames | Specifies the whether to use the internalName of columns. |
UseLabels | Set this property to determine if labels should be used for table and column names. |
UserDefinedViews | A filepath pointing to the JSON configuration file containing your custom views. |
UseSimpleNames | Boolean determining if simple names should be used for tables and columns. |
UseUnicodeRFC | A boolean indicating if you want to use RFC_GET_UNICODE_STRUCTURE to get structure information. |