function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
test_commtest_comm 

Data Loader - Java XML Bean Help

I'm trying to use a Java - XML - Bean structure to import and export data to and from Salesforce to our MS SQL databases.  I have downloaded the Data Loader from Salesforce and I have identified the database-conf.xml and the process-conf.xml. I figured out how to read a CSV files to insert into Salesforce and export from Salesforce. Now I want to adjust the database-conf.xml to connect to my MS SQL database directly so I can use the databaseRead and databaseWrite dataAccess.type. The problem I'm having is that I'm not sure how to write the connection to the ODBC or SQL Server directly -- That is I don't know how to create the XML connection bean.

 

Help is greatly appreciated.

 

Thanks,

 

John