Other
The other parameters necessary to connect to a data source, such as username and password, when applicable.
Data Type
string
Default Value
""
Remarks
The Other property is a semicolon-separated list of name-value pairs used in connection parameters specific to a data source. Some of the other properties are:
| CachePartial=True | Caches only a subset of columns which you can specify in your query. |
| QueryPassthrough=True | Passes the specified query to the cache database instead of using the SQL parser of the add-in. |
| RecordToFile=filename | Records the underlying socket data transfer to the specified file. |