IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > JDBC > Reference > Globalization
Properties enabled for bidirectional data transformation
IBM WebSphere Adapter for JDBC has several configuration properties that are enabled for bidirectional data transformation.
The adapter enables the exchange of bidirectional data between a client application and the database, even if the data in the database is in a different bidirectional format than is used by the runtime environment. You can use bidirectional characters when configuring the adapter and in the application-specific information of your business objects. The following sets of properties and application-specific information are enabled for bidirectional support:
- Configuration properties
- Activation specification properties
- Connection properties for the external service wizard
- Managed connection factory properties
- Application-specific information
- Business object level ASI
- Operation level ASI
- Attribute level ASI
The sections which follow list the specific configuration properties and application-specific information that are enabled for bidirectional transformation.
Connection properties used in the wizard
The following connection properties for the external service wizard are enabled for bidirectional script data transformation:
Managed connection factory properties
The following managed connection properties are enabled for bidirectional script data transformation:
Activation specification properties
The following activation specification properties are enabled for bidirectional script data transformation:
- Custom delete query
- Custom event query
- Custom update query
- Additional JDBC driver connection properties
- Database URL
- Event order by
- Event table name
- Password
- Stored procedure to run before polling
- Stored procedure to run after polling
- User name
Business object application-specific information
The following business object application-specific information parameters are enabled for bidirectional script data transformation:
Operation application-specific information
The following operation application-specific information parameters are enabled for bidirectional script data transformation:
- StoredProcedureName
- PropertyName in Parameters
Attribute application-specific information
The following attribute application-specific information parameters are enabled for bidirectional script data transformation:
Related concepts: