cancel
Showing results for 
Search instead for 
Did you mean: 

regarding sender jdbc dt

Former Member
0 Kudos

Hi

can any body tell me which format we have to use for sender jdbc dt,

1) statement

test

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

<root>

<StatementName1>

<dbTableName action=”UPDATE” | “UPDATE_INSERT”>

<table>realDbTableName</table>

<access>

<col1>val1</col1>

<col2>val2new</col2>

</access>

<key1>

<col2>val2old</col2>

<col4>val4</col4>

</key1>

<key2>

<col2>val2old2</col2>

</key2>

</dbTableName>

</StatementName1>

<StatementName2>

<dbTableName action=”INSERT”>

<table>realDbTableName</table>

<access>

<col1>val1</col1>

<col2>val2</col2>

</access>

<access>

<col1>val11</col1>

</access>

</dbTableName>

</StatementName2>

<StatementName3>

<dbTableName action=”DELETE”>

<key1>

<col2>val2old</col2>

<col4>val4</col4>

</key1>

<key2>

<col2>val2old2</col2>

</key2>

</dbTableName>

</StatementName3>

<StatementName4>

<dbTableName action=”SELECT”>

<table>realDbTableName</table>

<access>

<col1/>

<col2/>

<col3/>

</access>

<key1>

<col2>val2old</col2>

<col4>val4</col4>

</key1>

<key2>

<col2>val2old2</col2>

</key2>

</dbTableName>

</StatementName4>

<StatementName5>

<storedProcedureName action=” EXECUTE”>

<table>realStoredProcedureeName</table>

<param1 [isInput=”true”] [isOutput=true] type=SQLDatatype>val1</param1>

</storedProcedureName >

</StatementName5>

<StatementName6>

<anyName action=” SQL_QUERY” | “SQL_DML”>

<access>SQL-String with optional placeholder(s)</access>

<key>

<placeholder1>value1</placeholder1>

<placeholder2>value2<placeholder2>

</key>

</anyName >

</StatementName6>

</root>

Answers (3)

Answers (3)

former_member529475
Active Contributor
0 Kudos

HI Sandeep

Please follow this weblog:

/people/alessandro.berta/blog/2005/10/04/save-time-with-generalized-jdbc-datatypes

Cheers..

Vasu

<i>** REward Points if found useful **</i>

justin_santhanam
Active Contributor
0 Kudos

Sandeep,

Do you want the sender Data type format?

Create dt as DT_Test

<row> 0..Unbounded

<field1>

<field2>

...

....

</row>

Best regards,

raj.

justin_santhanam
Active Contributor
0 Kudos