![]() |
VOOZH | about |
The CData ODBC Driver for SAP SuccessFactors can be used from any platform or development technology that supports ODBC, including PowerBuilder. This article shows how to connect to SAP SuccessFactors data and execute queries from the Database Painter and controls such as the DataWindow.
If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
You can authenticate to SAP Success Factors using Basic authentication or OAuth with SAML assertion.
You must provide values for the following properties to successfully authenticate to SAP Success Factors. Note that the provider will reuse the session opened by SAP Success Factors using cookies. Which means that your credentials will be used only on the first request to open the session. After that, cookies returned from SAP Success Factors will be used for authentication.
You must provide values for the following properties, which will be used to get the access token.
Follow the steps below to use the Database Painter tool to create a database profile based on an ODBC DSN (data source name) for SAP SuccessFactors. In the Database Painter, you can use wizards and the UI to work with SAP SuccessFactors data.
You can use standard PowerBuilder objects to connect to ODBC data sources and execute queries. The following example shows how to retrieve SAP SuccessFactors data into a DataWindow. You can add the following code to the open method:
SQLCA.DBMS = "ODBC" SQLCA.DBParm = "ConnectString='DSN=CData SAPSuccessFactors Source'" CONNECT USING SQLCA; dw_extaddressinfo.SetTransObject(SQLCA); dw_extaddressinfo.Retrieve();
Download a free trial of the SAP SuccessFactors ODBC Driver to get started:
Download NowLearn more:
👁 SAP SuccessFactors IconThe SAP SuccessFactors ODBC Driver is a powerful tool that allows you to connect with live data from SAP SuccessFactors, directly from any applications that support ODBC connectivity.
Access SAP SuccessFactors data like you would a database - read, write, and update SAP SuccessFactors Benefits, Compensation, Jobs, etc. through a standard ODBC Driver interface.