Create a DataSourceProvider that uses SFData.
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim binding As WindwardSalesforceDriver.SalesForce.SforceService
Dim username As String
Dim password As String
Dim logoutWhenDone As Boolean
Dim instance As New SFDataSourceImpl(binding, username, password, logoutWhenDone) |
Parameters
- binding
- The base binding to use for the Salesforce server.
- username
- Salesforce login username.
- password
- Salesforce login password. In this case the security token is part of the password.
- logoutWhenDone
- Set to false if you will be using the same datasource object to run multiple templates.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also