on 2016 Aug 18 12:11 PM
Hello,
I have a problem regarding an JDBC receiver channel.
Basically it works as the INSERT statement is generated from my XML SQL message.
But the INSERT statement is missing the quotes.
the generated SQL is similar to the following:
INSERT INTO myDB.tableName (Code, Number, InternalID,data, readDate)
VALUES (12, 56, 677, some text, 2016-08-18T11:08:50.358+02:00)
and there are obviously no quotes for the values.
What I'd expect is the following:
INSERT INTO myDB.tableName (Code, Number, InternalID,data, readDate)
VALUES ('12', '56', '677', 'some text', '2016-08-18T11:08:50.358+02:00')
according to SAP Documentation Defining an INSERT Statement - Configuring the JDBC Adapter in the Integration Directory/PCK - SAP L...
Do you have any Ideas how to get the quotes in my generated SQL statement?
Thanks in advance!
Request clarification before answering.
Thomas,
Have you tried adding the attribute hasQUOT = YES to your field-names.
Br,
Manoj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
49 | |
8 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.