Appendix A Target Types
All Sybase targets use the Sybase JDBC driver called jConnect. Because Sybase jConnect is provided with Application Integrator and Jaguar, you do not need to register it with the Component Builder.
This section contains information about the following Sybase targets that are supported in the Component Builder:
Components that invoke Sybase Adaptive Server Anywhere (ASA) stored procedures use connections of the type Sybase ASA. You must provide the following values to create a Sybase ASA connection
:
For Sybase ASA, methods can be created automatically and can use any of the following statement types:
Sybase ASA does not return information about whether parameters can accept null values when methods are created automatically. Method parameters for ASA stored procedures are set to not nullable by default.
Components that invoke Sybase Adaptive Server Enterprise (ASE) stored procedures use connections of the type Sybase ASE. You must provide the following values to create a Sybase ASE connection
:
For Sybase ASE, methods can be created automatically and can use any of the following statement types:
Sybase ASE does not return information about whether parameters can accept null values when methods are created automatically. Method parameters for ASE stored procedures are set to not nullable by default.
Sybase DirectConnect gateways provide access to heterogeneous data sources. This section includes information on creating Application Integrator components that access procedures through DirectConnect.
Components that access DirectConnect use connections of the type Sybase DirectConnect. The following values are needed to create a connection:
Currently, you must manually create methods for DirectConnect target stored procedures. When you create methods manually, the best source of information for defining the method correctly is the source code for the target stored procedures.
Copyright © 1999 Sybase, Inc. All rights reserved. |