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
Raghavendra M 13Raghavendra M 13 

Is it possible to retrieve data from database to salesforce through PHP using bulk API? If possible how?

Raj VakatiRaj Vakati
yes .. you need to use bulk api 2.0

Salesforce provides an additional API, Bulk API 2.0, which uses the REST API framework to provide similar capabilities to Bulk API. Use Bulk API 2.0 instead of Bulk API if you want a simplified process for inserting, updating, upserting, or deleting large sets of data. Bulk API 2.0 does not currently support query or queryAll.

Reger this link 

https://developer.salesforce.com/docs/atlas.en-us.api_bulk_v2.meta/api_bulk_v2/introduction_bulk_api_2.htm
Raghavendra M 13Raghavendra M 13
Hi Raj,

Can You Send me Sample Code using bulk api 2.0 for retrieving data from database to salesforce

Thanks in advance,
Raghavendra