Bulk Operation Support The Salesforce driver supports additional bulk operations besides bulk Insert when loading a data from an input file. Features include: • Bulk Delete - The input file contains only a list of values for a Salesforce primary key column. The driver uses the bulk protocol to delete the rows corresponding to the key values. • Bulk Update - The input file contains a list of values for a Salesforce primary key column (required) and columns for which the data should be updated. The driver uses the bulk protocol to update the columns based on the rows that match the primary key values. • Bulk Upsert - The input file contains a list of values for a Salesforce External Id column (required) and column values for which the data should be updated if the external id value already exists or inserted to the table if the external id value does not exist. Refer to "DataDirect Bulk Load" in the DataDirect Connect Series for ODBC Reference for details.