Powered by Zoomin Software. For more details please contactZoomin

DataDirect ODBC ReadMe

Salesforce ODBC 8.0.0 Windows

  • Last Updated: May 8, 2026
  • 16 minute read
    • OpenAccess SDK
    • Documentation

     README
     Progress(R) DataDirect(R)
     Progress DataDirect for ODBC for Salesforce Driver 

     Windows Platforms (32 and 64-bit)
     8.0.0 Release 
     February 2026

***********************************************************************
Copyright (C) 2026 Progress Software Corporation and/or its 
subsidiaries or affiliates. All Rights Reserved.
 
***********************************************************************
This file contains instructions for installing the driver on Windows. 

This README file contains information for Progress(R) DataDirect  
Connect(R) Series for ODBC Salesforce Driver. 



CONTENTS

Post-GA Product Announcements
Requirements 
Installation Directory
Data Source and Platform Support 
Changes Since 8.0.0
Release 8.0.0 Features 
Driver WorkAround Options
Notes, Known Problems, and Restrictions
Documentation
Installed Files for 32-bit Drivers
Installed Files for 64-bit Drivers
Documentation Third-Party Acknowledgements


   Post-GA Product Announcements

The readme files will no longer be updated with product announcements and new 
features after the General Availability (GA) of the product. For the latest 
updates and enhancements, please refer to the release notes 
(https://www.progress.com/datadirect-connectors/whats-new).


    Requirements

* The installer program requires a JVM that is Java SE 11 or higher, including
  Oracle JDK, OpenJDK, and IBM SDK (Java) distributions.
        
* The driver requires a Java Virtual Machine (JVM) that is Java SE 8 or higher,
  including Oracle JDK, OpenJDK, and IBM SDK (Java) distributions.

* The driver requires the following runtime library:
  Microsoft Visual C/C++ runtime version 14.40.33810 or higher
    
    
    Installation Directory

* The default installation directory for the 32-bit driver on a 64-bit 
  system is:

  C:\Program Files (86)\Progress\DataDirect\ODBC

* The default installation directory for all other installations is:

  C:\Program Files\Progress\DataDirect\ODBC


    Data Source and Platform Support

For the latest data source and platform support information, refer to the 
Product Compatibility Guide: 
https://docs.progress.com/bundle/datadirect-product-compatibility/resource/
datadirect-product-compatibility.pdf  


   Changes Since 8.0.0

CVE-2022-41853 - Use of Externally-Controlled Input to Select Classes or Code 
('Unsafe Reflection')
-----------------------------------------------------------------------------
Several Progress DataDirect ODBC drivers utilized a version of HyperSQL 
Database that was vulnerable to remote code execution described in 
CVE-2022-41853.  All impacted drivers have been patched to fix this 
vulnerability.  For details on impacted drivers and fixed versions, refer to 
the following KB article: 
https://community.progress.com/s/article/DataDirect-ODBC-Critical-Security-
Bulletin-November-2022-CVE-2022-41853 

Documentation
-------------
Any product package made available after February 9, 2021 will not include the
HTML help system or user's guide PDF. The full documentation set, including
these items, is available from the Progress Information Hub:
https://docs.progress.com/category/datadirect-salesforce

While the product packages will not include these documentation items, the
installation Help directory will provide an HTML redirect for direct access
to the HTML help.

Note that all Progress DataDirect for ODBC documentation has been migrated to
the Progress Information Hub:
https://docs.progress.com/

Enhancements
------------
* The product package now includes .pdb files. These files contain debugging 
  symbols that can be used for diagnosing and debugging issues in the driver.

* The driver is now compiled with a Visual Studio 2022 compiler for Windows 
  platforms. As a result, you must have Microsoft Visual C/C++ runtime 
  version 14.40.33810 or higher on your machine to run the driver.


* The driver has been enhanced to support JSON web token (JWT) grant 
  authentication. This authentication is configured using the following 
  new connection options:
  - JWT Cert Store
  - JWT Cert Password
  - JWT Cert Alias
  - Claims Issuer
  - Claims Subject

* On Windows platforms, the driver includes an enhanced setup dialog, the 
  Progress DataDirect Salesforce Configuration Manager, for quick configuration
  and testing of your driver in a web browser. The tool allows you to:
  - Configure data sources
  - Generate and edit connection strings
  - Test connect data sources and connection strings
  - Execute SQL commands for testing
  - Access connection option descriptions and the full product documentation

* The ICU library files that are installed with the product have been 
  upgraded to version 74.1. As a part of this upgrade, the ICU library 
  file names have changed:
  - For the 32-bit driver: From ivicu28.dll to ivicu.dll
  - For the 64-bit driver: From ddicu28.dll to ddicu.dll

  This upgrade is available starting in build 08.02.1072 of the ICU 
  library files.

* The driver has been enhanced to support the Salesforce Bulk API V2 for bulk 
  load operations. This functionality can be enabled and configured using the 
  new Bulk Load Version and Bulk Load Job Size connection options.

* The driver has been enhanced to support the Apply ToLabel connection option. 
  This option determines whether the driver applies the toLabel() function to 
  the picklist fields when executing queries.

* yes, no, on and off have been added as valid values for the connection
  options that accept boolean values.

* The driver has been enhanced to support OAuth 2.0, which is an open 
  protocol for token-based authentication. OAuth 2.0 allows you to 
  authenticate without specifying a user ID or password, eliminating
  the risk of exposing them to unauthorized access.

  When you attempt to connect with the enhanced driver for the first
  time, either delete the existing native files or set the Create Map
  connection option to ForceNew.

Changed Behavior
----------------
* The installer program now requires you to install a JRE that is Java SE 11 or
  higher before running the installer. In earlier versions, the JRE used by the
  installer program was included in the product. However, to avoid potential
  security vulnerabilities, the installer program no longer includes a JRE.
  Instead, the installer program uses the JRE in your environment to allow for
  the most secure version of a JRE to be used.
 
  Notes:
  - This change does not affect the JVM requirements for the driver. For the latest 
    driver requirements, refer to the Product Compatibility Guide:
    https://docs.progress.com/bundle/datadirect-product-compatibility/resource/
    datadirect-product-compatibility.pdf
  - The installer program cannot remove the already installed JRE files from the 
    install directory automatically. Remove them manually.
  - To install the 32-bit drivers on 64-bit Windows platforms and start the SQL 
    engine service, the installer requires the 32-bit version of Java SE 11 or 
    higher installed on your machine and defined on your path.


* The driver updates string values in an existing DSN to number values when the
  Configuration Manager is used to update the Authentication Method connection
  option. The following updates occur:
  - The string value oauth2.0 is updated to 24
  - The string value userIDPassword is updated to 0
  
* When existing DSNs are updated using the Configuration Manager, the boolean
  values of "0" and "1" are converted to "true" and "false" for relevant
  connection options.

* The installer program has been updated to no longer install common components 
  for drivers that do not use them. As a result, the installer program no longer 
  installs the following common components for the Salesforce driver: 

  - OpenSSL library files, such as ivopenssl30.dll, ddopenssl30.dll, fips.dll, 
    and openssl.cnf.
  - Curl library files, such as ivcurl28.dll and ddcurl28.dll.

  If the files are not used by any other DataDirect driver on your machine, you 
  can safely remove them from existing product directories.

* The driver has been enhanced to make SOAP API calls using only internal 
  components. In earlier versions, the driver used an external library, 
  the CXF library, to make these calls.  Note that the product package no 
  longer includes the CXF library as a result.

  Driver version: 08.00.0315 (B1532, U1315, J002468)  

* The configuration options have been deprecated. However, the driver will
  continue to support them until the next major release of the driver when 
  they will be added back as connection options.

* The precision for the Integer data type has been changed from 10 to 9.

* The NUM_PREC_RADIX value for the Double data type has been changed from
  10 to 2.
  

   Release 8.0.0 Features 
  
Platform Deprecation
--------------------
The driver is not supported on Windows XP and Windows Server 2003 anymore.

Bulk Fetch Support
------------------
The driver has been enhanced to support the Salesforce Bulk API, including 
primary key chunking, for bulk fetch operations. This functionality can be 
enabled and configured with the Bulk Fetch Threshold, Enable Bulk Fetch, Enable 
Primary Key Chunking, and Primary Key Chunk Size connection options.

Support for Multiple Simultaneous Sessions
------------------------------------------
The driver has been enhanced to support multiple simultaneous sessions. This
allows the driver to scale performance by distributing the workload across 
multiple sessions. The number of active sessions should not exceed the number 
permitted by your Salesforce account and can be limited by the setting of the 
new WSPoolSize connection option. 

New Refresh Map SQL Extension
-----------------------------
REFRESH MAP discovers native objects that have been added to the native data
store since connection or since the last refresh and maps the objects into 
your relational view of native data. It also incorporates any configuration 
changes made to your relational view by reloading the schema definition and
associated files.

SQL Engine Mode Auto Setting 
---------------------------- 
The SQL Engine Mode connection option now supports Auto mode. When this setting
is enabled, the driver automatically determines whether the SQL engine runs in 
server or direct mode based on availability. 

In addition, the default value for the SQL Engine Mode connection option on 
Windows has been updated to 0 (Auto). By default, the SQL engine attempts to 
run in server mode first; however, if server mode is unavailable, it runs in 
direct mode.

Visual Studio Upgrade
---------------------
The driver is now compiled using Visual Studio 2015 for improved security.

JVM Version Requirements
------------------------
The Salesforce driver has been updated to require a JVM that is 
Java SE 7 or higher. This change has been implemented to remain 
compliant with Salesforce security standards. See "Driver Requirements"
for more details on JVM.

SQL Engine Upgrade 
------------------
The driver's SQL engine has been upgraded. Consequently, there are some
differences in how the 8.0 driver handles SQL queries compared to previous
versions of the driver. For details, see the following resources:

* https://documentation.progress.com/output/DataDirect/collateral/
  odbc_salesforce_faq.pdf

* https://documentation.progress.com/output/DataDirect/collateral/
  odbc_salesforce_sqlengine.pdf

Performance Issues When Executing Queries
-----------------------------------------
The 8.0 driver pushes queries to Salesforce whenever possible. Queries that 
cannot be pushed to Salesforce with the 8.0 driver may be slower than 
comparable queries made with earlier versions of the driver because data may 
be paged to disk while completing an operation. If you experience slow 
performance, please contact Technical Support. Our team will quickly address 
any performance issues you encounter.

Evaluation Bulk Load Support
----------------------------
Bulk load operations are no longer restricted to 10,000 rows for evaluation 
installations of the driver.

Mapping of the Currency and Percentage Data Types
-------------------------------------------------
The native CURRENCY and PERCENTAGE data types now map to the DECIMAL JDBC data 
type. In earlier releases, these data types mapped to the DOUBLE data type. 

The Database Connection Option Replaced by Schema Map   
-----------------------------------------------------
The Database connection option has been replaced by the new Schema Map option. 
Similar to Database, Schema Map is used to specify the name and location of 
the configuration file where the relational map of native data is written; 
however, the value specified must now be an absolute path. In addition to this 
change, the default behavior differs between these options. The Database 
attribute will continue to be supported for this release, but it will be 
deprecated in subsequent versions of the product. 

Create Database Connection Option Replaced by Create Map
--------------------------------------------------------
The Create Database connection option has been replaced by the new Create Map
option. The CreateDB attribute will continue to be supported for this release,
but it will be deprecated in subsequent versions of the product.

Logon Domain Connection Option Deprecated
-----------------------------------------
The Logon Domain connection option has been deprecated. As a result, the User 
Name option has been updated to accept the user name and domain. 

Refresh Dirty Cache Connection Option Deprecated
------------------------------------------------
The Refresh Dirty Cache option has been deprecated. Now, for every fetch 
operation, the driver refreshes the cached object to pick up changes made to 
tables and rows. 

Server DB Directory Connection Option Deprecated
------------------------------------------------
The Server DB Directory connection option has been deprecated. To specify the 
location of database files, use the Schema Map connection option. 

Default for the Server Port Number Connection Option
----------------------------------------------------
The default value for the Server Port Number connection option has been 
updated:
 * For the 32-bit driver, the default is 19938.
 * For the 64-bit driver, the default is 19937.
 
Default for the JVM Arguments Connection Option 
-----------------------------------------------
The default value for the JVM Arguments connection option has been updated:
 * For the 32-bit driver when the SQL Engine Mode connection option is set to 
   2 (Direct): 
   -Xmx256m
 * For all other configurations:
   -Xmx1024m

Default Value for the Enable Bulk Load Connection Option
--------------------------------------------------------
The default value of the Enable Bulk Load connection option has been updated
to true (enabled). By default, the bulk load protocol can be used for
inserts, updates, and deletes based on the Bulk Load Threshold options.    
   
Default Value for the Statement Call Limit Connection Option
------------------------------------------------------------   
The default value for the Statement Call Limit connection option has been 
updated to 100. By default, the driver can make a maximum of 100 Web service 
calls when executing any single SQL statement or metadata query.  
   
Default Vaule for the AuditColumns Config Option 
------------------------------------------------   
The default value for the AuditColumns config option has been updated to 
All (AuditColumns=All). By default, the driver includes the all of the audit 
columns and the master record id column in its table definitions.    
   
Default Relational Mapping of Custom Objects
--------------------------------------------
The default value for the CustomSuffix config option has been updated to 
Include (CustomSuffix=Include). By default, the driver includes the "__c" suffix 
table and column names when mapping the remote data model to the relational
data model. 

Default Value for the MapSystemColumnNames
------------------------------------------
The default value for the MapSystemColumnNames config option has been updated to
0 (MapSystemColumnNames=0). By default, the driver does not change the names 
of the Salesforce system columns when mapping them to the relational model.

Short Attribute for the Config Options Connection Option 
--------------------------------------------------------
The short attribute name for the Config Options connection option has changed 
from CO to CFGO. 

Deprecated Support for the Security Tab 
---------------------------------------
The Security tab has been removed from the setup dialog. As a result: 
 * The Logon Domain connection option has been deprecated.
 * The Security Token connection option has been moved to the General tab.
 * The User Name connection option has been moved to the General tab. 


For more information about these features, refer to THE PROGRESS DATADIRECT FOR
ODBC FOR SALESFORCE DRIVER USER'S GUIDE AND REFERENCE. 


      Driver WorkAround Options

Progress DataDirect has included non-standard connection options (workarounds)
for the driver that enable you to take full advantage of  packaged ODBC-enabled
applications requiring non-standard or extended behavior. Refer to the chapter
"WorkAround options" in THE PROGRESS DATADIRECT FOR ODBC DRIVERS REFERENCE for a
description of these options.


     Notes, Known Problems, and Restrictions

The following are notes, known problems, or restrictions with Release 8.0.0
of the Progress DataDirect for ODBC for Salesforce driver.

Specifying values for the same connection option multiple times
--------------------------------------------------------------- 
The driver does not support specifying values for the same connection 
option multiple times in a connection string or DSN. If a value is 
specified using the same attribute multiple times or using both 
long and short attributes, the connection may fail or the driver may 
not behave as intended.

Using the INSERT INTO SELECT Statement with Bulk API V2
-------------------------------------------------------
When Salesforce Bulk API version is set to V2, the driver does not support 
INSERT INTO SELECT statements and an exception is thrown. For example:

Insert into TestTable(COL_1,COL_2,COL_3) select COL_1,COL_2,COL_3 
from TempTable

Installer Behavior Changes
--------------------------
* The installer now installs the following JDKs on the respective platforms:
  
  * Windows (x32 and x64): OpenJDK 11
  * Linux (x64): OpenJDK 11
  * Linux (x32): Oracle JDK 8 

  Note: For all the platforms, except those mentioned in the above list, the 
  installer will not install any JDK. The client machine is required to have 
  Oracle JDK 8 or higher to run the installer.

* The new version of the installer installs OpenJDK 11 or Oracle JDK 8, and the
  old version of the installer installs Oracle JDK 7. As there is a difference 
  between the JDK versions installed by the new and the old installers, they are
  not allowed/supported to overwrite or augment installations done by each 
  other.

* Installing different versions of the driver in the same directory is not 
  supported.

Important Java Requirement Changes for Salesforce Security Updates
------------------------------------------------------------------
The Salesforce driver has been updated to require a JVM that is 
Java SE 7 or higher. This change is being implemented to comply with
recent revisions to Salesforce security standards. See "Driver Requirements"
for more details on JVM.

In keeping with best security practices, Salesforce will begin deprecating
support for the TLS 1.0 encryption protocol within inbound and outbound 
connections beginning June 25th, 2016. TLS 1.0 will initially be disabled in 
Sandbox instances, before being retired for all services in early 2017. 
To maintain compatibility with services after TLS 1.0 is disabled, the driver
must employ a JVM that allows TLS 1.0 to be disabled independently from other 
encryption protocols--functionality that was first introduced in Java SE 7.

By default, the driver uses the Java SE 7 version of the JVM that is 
installed with the driver. If you designate a JVM that is Java SE 6 or 
earlier, the driver will return an error when attempting to establish a 
connection. To correct this issue, set the library path environment variable
to the location of a supported JVM.

For more information on changes to the Salesforce security policy, refer to
https://help.salesforce.com/apex/HTViewSolution?id=000221207#Whatischange.
   
Stored Procedures with Database.com
------------------------------------
Stored procedures are not supported when connected to database.com using
the Salesforce driver. However, the Salesforce driver incorrectly returns 
a response to SQLGetInfo(..., SQL_PROCEDURES, ...) to indicate that stored 
procedures are supported when connected to database.com. 

SELECT...INTO Statement
-----------------------
The SELECT...INTO statement is supported for local tables only. The source 
and destination tables must both be local tables. Creating remote tables 
in Salesforce or loading from remote Salesforce tables using SELECT...INTO 
is not supported. Additionally, the option to create the destination table 
as a temporary table does not currently work.

126 Error When Modifying Data Sources on Windows 10
---------------------------------------------------
You may receive a 126 error when adding or configuring a data source stored
on a network location. This is caused by the settings of the User Account 
Control (UAC) security feature on Windows 10. To work around this issue:

Important: Implementing this fix disables security safeguards that are designed
to protect your machine. Before starting, refer to the following Microsoft 
documentation for potential risks associated with disabling the UAC feature:  
http://windows.microsoft.com/en-us/
windows/what-are-user-account-control-settings

1.  From the Start menu, type regedit in the search field; then, select regedit
    from the results list. The Registry Editor window opens. 

2.  Navigate to the following registry subkey: 

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

3.  Right click on the subkey; then, select New > DWORD Value. 

4.  Rename the new value EnableLinkedConnections. 

5.  Right-click EnableLinkedConnections, and then click Modify. The Edit DWORD 
    Value window opens. 

6.  In the Value data field, type 1. Click OK. 

7.  Close the Registry Editor; then, restart your computer.  

For SSL Users
-------------
When trying to connect to a database using SSL encryption, you may 
receive an error message similar to: "PRNG not seeded". This is because 
certain versions of some operating systems do not generate truly random 
numbers necessary for encryption. For more information about this error 
and available patches, please refer to the Web site:

http://www.openssl.org/support/faq.html#USER1

SQLColAttribute(s)
------------------
The column attributes 1001 and 1002, which were assigned as DataDirect- 
specific attributes, were inadvertently used as system attributes by
the Microsoft 3.0 ODBC implementation. Applications using those 
attributes must now use 1901 and 1902, respectively.

SQL_C_NUMERIC
-------------
Because of inconsistencies in the ODBC specification, users attempting 
to use SQL_C_NUMERIC parameters must set the precision and scale values 
of the corresponding structure and the descriptor fields in the 
Application Parameter Descriptor.

For Developers Using IIS
------------------------
One of the most common connectivity issues encountered while using IIS 
(Microsoft's Internet Information Server) concerns the use and settings 
of the account permissions. If you encounter problems using DataDirect 
drivers with an IIS server, refer to KnowledgeBase document number 4274 
on the Progress DataDirect web site:

http://knowledgebase.datadirect.com.


     Documentation

PROGRESS DATADIRECT FOR ODBC FOR SALESFORCE DOCUMENTATION SET
-------------------------------------------------------------
The driver documentation set is available from the Progress Information Hub:

https://docs.progress.com/category/datadirect-salesforce

You can access the online help system directly via the HTML redirect in the
installation Help directory.


    Installed Files the 32-bit Driver

This file list assumes a full installation of the driver and 
documentation.

The installer copies the following file to the Windows system 
directory:

ivtrc28.dll           DataDirect trace library

The installer copies the following files and subdirectories to the 
product installation directory, by default:

For 32-bit drivers on 64-bit machines:
  C:\Program Files (x86)\Progress\DataDirect\ODBC\:

For all other installations:
  C:\Program Files\Progress\DataDirect\ODBC\:
  
fixes.txt                         List of fixes since last release
license.txt                       Progress DataDirect license agreement
 
\drivers:
ivicu.dll                         Unicode conversion tables
ivicu.pdb                         Debugging symbols for ICU library
ivsfrc28.dll                      Salesforce driver 
ivsfrc28.pdb                      Debugging symbols for Salesforce driver
ivsfrc28r.dll                     resource file 
ivsfrc28s.dll                     DataDirect Salesforce driver
                                  setup library                         
IVODBC.LIC                        DataDirect License File
ivtrc28.dll                       DataDirect trace library
ivtrc28.pdb                       Debugging symbols for DataDirect trace library
qesqlext.h                        Header file for DataDirect-specific ODBC 
                                  Definitions                                 

\help:
*.html                            HTML redirects to online connector help
                                  systems and documentation resources                     
                                  
\java\lib:
*.*                               Files associated with the Salesforce driver
sforce.jar                        Java components for the Salesforce driver

\NOTICES:
ODBC for Salesforce 
v8.0 notices.txt                  Third-party vendor license agreements

\READMES:
ODBC for Salesforce  
v8.0 readme.txt                   This file

\samples:
\bulk\bulk.c                      Bulk example source
\bulk\bulk.exe                    Bulk application
\bulk\bulk.mak                    Bulk example make file
\bulk\bulk.sln                    Bulk example solution file
\bulk\bulk.vcproj                 Bulk example project file
\bulk\ddlogging.properties        Log configuration file for
                                  the Salesforce WP driver
                       
\bulkstrm\bulk.cpp                Bulk streaming example source
\bulkstrm\bulk.hpp                Bulk streaming example header
\bulkstrm\bulk.rc                 Bulk streaming example resource file
\bulkstrm\bulkstreaming.sln       Bulk streaming example solution file
\bulkstrm\bulkstreaming.vcproj    Bulk streaming example project file
\bulkstrm\bulkstrm.exe            Bulk streaming example application
\bulkstrm\bulkstrm.txt            Bulk streaming description
\bulkstrm\ddlogging.properties    Log configuration file for the 
                                  Salesforce driver
\bulkstrm\msgprintf.hpp           Bulk streaming example header file
\bulkstrm\ProgressDataDirect.bmp
\bulkstrm\ProgressDataDirect.ico
\bulkstrm\winmain.cpp             Bulk streaming example source file

\example\ddlogging.properties     Log configuration file for the 
                                  Salesforce driver
\example\example.c                Example source
\example\Example.exe              Example application
\example\example.h                Example header
\example\Example.mak              Example make file
\example\Example.sln              Example solution file
\example\Example.vcproj           Example project file


\tools:
ddextwin.exe                      License Extender utility
ddprocinfo.exe                    Processor Information utility
DSNConverterSIL.exe               Data Source Converter utility
salesforceserver32.exe            The Salesforce SQL Server Engine
XMLP.exe                          A GUI demo tool that persists a result set to 
                                  an XML data file

\tools\Tableau:
DataDirect Salesforce.tdc         Tableau data source file

\uninstall\*.*                    Files used to uninstall the product


    Installed Files for the 64-bit Driver
    
This file list assumes a full installation of the driver and documentation.

The installer copies the following file to the Windows system 
directory:

ddtrc28.dll           DataDirect trace library

The installer copies the following files and subdirectories to the
product installation directory, by default:
C:\Program Files\Progress\DataDirect\ODBC\:

fixes.txt                         List of fixes since last release
license.txt                       Progress DataDirect license agreement
 
\drivers:
ddicu.dll                         Unicode conversion tables
ddicu.pdb                         Debugging symbols for ICU library
ddsfrc28.dll                      Salesforce driver
ddsfrc28.pdb                      Debugging symbols for Salesforce driver 
ddsfrc28r.dll                     resource file 
ddsfrc28s.dll                     DataDirect Salesforce driver setup library
DDODBC.LIC                        DataDirect License File
ddtrc28.dll                       DataDirect trace library
ddtrc28.pdb                       Debugging symbols for DataDirect trace library
qesqlext.h                        Header file for DataDirect-specific ODBC 
                                  Definitions                                 

\help:
*.html                            HTML redirects to online connector help
                                  systems and documentation resources                                 
                                  
\java\lib:
*.*                               Files associated with the Salesforce driver
sforce.jar                        Java components for the Salesforce driver

\NOTICES:
ODBC for Salesforce 
v8.0 notices.txt                  Third-party vendor license agreements

\READMES:
ODBC for Salesforce  
v8.0 readme.txt                   This file

\samples:
\bulk\bulk.c                      Bulk example source
\bulk\bulk.exe                    Bulk application
\bulk\bulk.mak                    Bulk example make file
\bulk\bulk.sln                    Bulk example solution file
\bulk\bulk.vcproj                 Bulk example project file
\bulk\ddlogging.properties        Log configuration file for
                                  the Salesforce WP driver
                       
\bulkstrm\bulk.cpp                Bulk streaming example source
\bulkstrm\bulk.hpp                Bulk streaming example header
\bulkstrm\bulk.rc                 Bulk streaming example resource file
\bulkstrm\bulkstreaming.sln       Bulk streaming example solution file
\bulkstrm\bulkstreaming.vcproj    Bulk streaming example project file
\bulkstrm\bulkstrm.exe            Bulk streaming example application
\bulkstrm\bulkstrm.txt            Bulk streaming description
\bulkstrm\ddlogging.properties    Log configuration file for the 
                                  Salesforce driver
\bulkstrm\msgprintf.hpp           Bulk streaming example header file
\bulkstrm\ProgressDataDirect.bmp
\bulkstrm\ProgressDataDirect.ico
\bulkstrm\winmain.cpp             Bulk streaming example source file

\example\ddlogging.properties     Log configuration file for the 
                                  Salesforce driver
\example\example.c                Example source
\example\Example.exe              Example application
\example\example.h                Example header
\example\Example.mak              Example make file
\example\Example.sln              Example solution file
\example\Example.vcproj           Example project file

\tools:
ddextwin.exe                      License Extender utility
ddprocinfo.exe                    Processor Information utility
DSNConverterSIL.exe               Data Source Converter utility
salesforceserver64.exe            The Salesforce SQL Server Engine
XMLP.exe                          A GUI demo tool that persists a result set 
                                  to an XML data file

\tools\Tableau:
DataDirect Salesforce.tdc         Tableau data source file
                                
\uninstall\*.*                    Files used to uninstall the product



~~~~~~~~~~~~~~~
February 2026

End of README


TitleResults for “How to create a CRG?”Also Available inAlert