Retry System Calls (EINTR)

RetryOnEINTR

Key Name Default Value Required

RetryOnEINTR

Selected (1)1

No

Description

This option specifies whether the connector retries the socket system calls or returns a SQL_ERROR when an EINTR error occurs.

  • Enabled (1)1: The connector retries the socket system calls.
  • Disabled (0)0: The connector returns a SQL_ERROR, and the ODBC application becomes responsible for recovering from the interrupted socket system calls.