Hello..
I have the scene RFC - XI - JDBC
insert in SQLServer tables... when i insert in last table i have one proble with concatenate Strings.
This is the error ocurred in my message monitor:
Unable to execute statement for table or stored procedure. 'TLINES' (Structure 'statement_TABELA4') due to java.sql.SQLException: [SQLServer 2000 Driver for JDBC][SQLServer]INSERT statement conflicted with TABLE FOREIGN KEY constraint 'FK_TLINES_CRFV'. The conflict occurred in database 'tmp_rfc', table 'CRFV'.
the problem is refering to TABLE FOREIGN KEY !
This is the message come from XML:
-
I need to concatenate the field TDLINE to insert the Data in only one line in the table because the TABLE FOREIGN KEY relationship !!!
My question is:
How to cancatenate the Field TDLINE ??
thanks...
Regards...
Boni