Hi Reamon,
I have a question. I have a requirement where I need to insert a date field into tera-data database. The target field is defined as DATE type which is java.sql.Date.
So, I get the date in a string field and If I map directly to the Object type(target date field) in the adapter Service, it is not inserting those values and giving error.
But if I transform the string to Date type using StringToDate in WmTransformers. I was able to insert.
So, My question is that is there another way to insert without using transformations.
Please let me know your thoughts!
Thanks,
David.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services