【问题标题】:Is there any option to connect other db in the salesforce platform? [closed]是否有任何选项可以连接 Salesforce 平台中的其他数据库? [关闭]
【发布时间】:2012-03-08 10:30:32
【问题描述】:

我想知道是否有任何选项可以连接到 salesforce 平台中的外部数据库。

谢谢, 伊斯瓦

【问题讨论】:

    标签: salesforce apex-code visualforce force.com


    【解决方案1】:

    您不能为您的 Salesforce 数据使用外部数据库,如果这是您所要求的。 Salesforce 数据(用于客户、联系人、机会等)存储在 Salesforce 平台上。

    但是,使用integration service(或网络服务、REST API 等),您可以连接或同步到外部数据库。

    以下是集成服务列表:

    1. Informatica Cloud
    2. Cast Iron
    3. SnapLogic
    4. Boomi
    5. JitterBit
    6. Sesame Relational Junction

    有关将 Salesforce 与其他数据库集成的其他工具的信息,请参见此处:

    1. Salesforce Web Services API
    2. Salesforce Bulk API
    3. Salesforce Rest API

    【讨论】:

    • 还包括 Pervasive Datacloud
    • 我们是否应该创建自己的 java Webservice 并在 Salesforce Apex 代码中使用它来在其他 DB 上执行数据库操作???请回复..
    • @Azeez 这取决于您的业务和应用程序设计,但是是的,您可以这样做。如果您想使用集成服务,建议您使用它而不是 Web 服务在系统(SF 和外部数据库)之间进行通信。
    猜你喜欢
    • 2016-11-20
    • 2012-11-18
    • 2021-08-10
    • 2022-11-27
    • 1970-01-01
    • 2012-03-08
    • 2021-09-21
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多