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
KalaiKalai 

Data replication in local machine

Hi all,
       I am new to saleforce,I want to replicate the particular table(object like account,contact) into a sql table on my local machine using java.Anyone can tell me the way to get the metadata and process the metadata using java code.
 
thanks in advance.

Kalai.P
DevAngelDevAngel
Please see the Java sample applications for how to read the salesforce.com data.  Once you have the data, it will be up to you to push it into sql tables.

May I recommend the data loader?
KalaiKalai
Hi Dave,
 
thank you for your reply..
please recommend the data loader ..
 
thanks.
Kalai.P