Notes.ini Entry



Name:

    ODBCThreadSafeDrivers

Syntax

    ODBCThreadSafeDrivers=String

Applies to:

    Workstations and/or Servers

Add-on:


    First Release:


      Obsolete since:


        Category:

          OLE, Operating System

        Default:

          None

        UI equivalent:

          None

        Description:
        Determines the type of thread safeing LotusScript uses.

        Example:

        ODBCThreadSafeDrivers=ivdb213.dll,ivss613.dll 'Entries are not case sensitive.'

        Alternately, if all ODBC drivers to be used by LS:DO are not thread safe, that can be indicated by defining:

        ODBCThreadSafeDrivers=NONE 'The value must be in all capitols. All would fail'

        or ALL drivers are thread safe:

        ODBCThreadSafeDrivers=ALL 'The value must be in all capitols. All would fail'