cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC DT

Former Member
0 Kudos

Hi All:

Is it possible to create two statement in a single Table.

Like I have to update two tables :

table 1

field1

field2

field3

table 2

f1

f2

f3

Now can I make a DT like this and go with only one JDBC receiver.

<b>

<statement>

<table2>

< action>

<access>

<field1>

<field2>

<field3>

<table2>

<f1>

<f1>

<f1></b>

IF NOT so how my data type will look for both tables. Is it required to create two different DT and two JDBC receiver.???

Thanks

FMF

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi-

Yes you can use the single datatype to update two tables only thing is that the Mapping should be done correctly.

Answers (2)

Answers (2)

Former Member
0 Kudos

I think you got the answer

Message was edited by:

Amitanshu Deep

Former Member
0 Kudos

You can update 2 tables with single data type.No need to define two data types.Your structure is correct.

Former Member
0 Kudos

so finally I can go with this structure...

<b><statement>

<table1>

<action>

<access></b><i>

<field1>

<field2>

<field3></i>

<b>

<table2>

<action>

<access></b><i>

<f1>

<f2>

<f3></i>