You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hello,
i call a stored procedure with the component tOracleSP and give some columns of my schema (main row) as input parameters to the procedure.
The procedure uses the values for inserting a new record into an table.
The result is, that in the columns of datatype varchar2 i do not get a NULL if the corresponding schema column is empty but i get a string "null" instead.
How can i get a NULL instead of this string "null"?
Many thanks in advance for any help.
Regards Hartmut
Offline

Hello,
does nobody has an idea how to avoid this "null" strings in columns of type varchar2 in the database?
I think i have to change something in the way to address the database, e.g. the jdbc driver.
But i have not much experience with java.
Many thanks in advance for any help.
Regards Hartmut
Offline

Hello,
i have found the reason for the "null" strings:
See: http://www.talendforge.org/forum/viewto … 345#p37345
Regards Hartmut
Offline
Pages: 1