ODBC Driver for 1010data

Build 22.0.8509

CacheSession

This option changes whether the provider stores the current session when you log in.

Data Type

bool

Default Value

true

Remarks

When using the 1010Data API, the driver must get a session before it can execute queries. Each login can have only one active session and acquiring a new session automatically removes all others.

By default this property is true, which means that the driver can share sessions between multiple processes. It does this by writing a file in your temporary directory and storing your session token in it.

If this property is false, the driver will not share sessions and will not write the session information file. This will prevent multiple instances of the driver from running at one time.

If you are using an application like Excel for Mac that is sandboxed, you should set this property to false to avoid permissions issues.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8509