-
This is my code in source transformer, I have another source transformer which is used for reading database (source is database reader for SQLite) and passing read data to outbound message. Now I need another on (code below), which will read another DB and pass missing data from another db to my outbound message. When I run this channel I keep getting this error: `var sqlDBName = 'jdbc:sqlite:D:/documents/MESI/mesi-integration/mesi-integration.db'; try {
} catch(e) { How to solve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
your results are in "result", not the variable "query" |
Beta Was this translation helpful? Give feedback.
your results are in "result", not the variable "query"