cancel
Showing results for 
Search instead for 
Did you mean: 

Question about Sender and Receiver Structure for JDBC

manikandan_shanmugam3
Active Participant
0 Kudos

Dear All,

I want to know why there is a fixed format for sender and receiver structure for JDBC. why cant we use the structure like what we want? explain me in detail.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Good Question:

We have to create our data structure based on the existing database table structure. While reading or writing , JDBC adapter convert our data type structure in to SQL Query Statements that matches Table structure.

Answers (0)