tSybaseSP
tSybaseSP Standard properties
These properties are used to configure tSybaseSP running in the Standard Job framework.
The Standard
tSybaseSP component belongs to the Databases family.
The component in this framework is available in all Talend
products.
connector. The properties related to database settings vary depending on your database
type selection. For more information about dynamic database connectors, see Dynamic database components.
Basic settings
Database |
Select a type of database from the list and click |
Property type |
Either Built-in |
 |
Built-in: No property data stored |
 |
Repository: Select the repository |
Use an existing connection |
Select this check box and in the Component List click the relevant connection component to Note: When a Job contains the parent Job and the child Job, if you
need to share an existing connection between the two levels, for example, to share the connection created by the parent Job with the child Job, you have to:
For an example about how to share a database connection |
DB Version |
Select the version of the Sybase database to be used from the |
Host |
Database server IP address |
Port |
Listening port number of DB server. |
Database |
Name of the database |
Username and Password |
DB user authentication data. To enter the password, click the […] button next to the |
Schema and Edit Schema |
A schema is a row description. It defines the number of fields |
 |
Built-In: You create and store the schema locally for this component |
 |
Repository: You have already created the schema and stored it in the |
 |
Click Edit
|
SP Name |
Type in the exact name of the Stored Procedure |
Is Function / Return result in |
Select this check box, if a value is to be returned. Select on the list the schema column, the value to be |
Timeout Interval |
Maximum waiting time for the results of the stored |
Parameters |
Click the Plus button and select the various Schema Columns that will be required by Select the Type IN: Input parameter
OUT: Output parameter/return
IN OUT: Input parameters is to be
RECORDSET: Input parameters is to Note:
Check Inserting data in mother/daughter tables if you want to analyze a set of records from a database table or |
Advanced settings
Additional JDBC Parameters |
Fill in additional connection properties for the DB connection you |
Use Multiple SELECT Procedure |
Select this check box to use procedures which contain multiple |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at a |
Usage
Usage rule |
This component is used as intermediary component. It can be used |
Dynamic settings |
Click the [+] button to add a row in the table The Dynamic settings table is For examples on using dynamic parameters, see Reading data from databases through context-based dynamic connections and Reading data from different MySQL databases using dynamically loaded connection parameters. For more information on Dynamic |
Limitation |
The Stored Procedures syntax should match the Database syntax. This component requires installation of its related jar files. |
Related scenarios
For related scenarios, see:
Check tMysqlConnection as well if you want to
analyze a set of records from a database table or DB query and return single records.