Component family |
Databases/Sybase |
|
Function |
tSybaseSP calls the database |
|
Purpose |
tSybaseSP offers a convenient way |
|
Basic settings |
Property type |
Either Built-in or Since version 5.6, both the Built-In mode and the Repository mode are |
|
|
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 NoteWhen a Job contains the parent Job and the child Job, if you need to share an existing
For an example about how to share a database connection across Job levels, see |
|
Host |
Database server IP address |
|
Port |
Listening port number of DB server. |
|
Database |
Name of the database |
|
Username and |
DB user authentication data. To enter the password, click the […] button next to the |
|
Schema and Edit |
A schema is a row description. It defines the number of fields to be processed and passed on Since version 5.6, both the Built-In mode and the Repository mode are |
|
|
Built-In: You create and store the schema locally for this |
|
|
Repository: You have already created the schema and |
Click Edit schema to make changes to the schema. If the
|
||
|
SP Name |
Type in the exact name of the Stored Procedure |
|
Is Function / Return result |
Select this check box, if a value is to be returned. Select on the list the schema column, the value to be returned is |
|
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 the Select the Type of IN: Input parameter
OUT: Output parameter/return
IN OUT: Input parameters is to be
RECORDSET: Input parameters is to NoteCheck Scenario 1: Inserting data in mother/daughter tables if you want to analyze a set |
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 |
|
Dynamic settings |
Click the [+] button to add a row in the table and fill The Dynamic settings table is available only when the For more information on Dynamic settings and context |
|
Usage |
This component is used as intermediary component. It can be used |
|
Log4j |
The activity of this component can be logged using the log4j feature. For more information on this feature, see Talend Studio User For more information on the log4j logging levels, see the Apache documentation at http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html. |
|
Limitation |
The Stored Procedures syntax should match the Database syntax. This component requires installation of its related jar files. For more information about the |
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.