Passing/Storing Binary Data in External DB from Mendix
0
Hi Team, I am trying to store the file from Mendix to MS SQL database using Database connector module. When I try to Insert Binary data to Insert query I am facing issue and unable to do it. Please let me know is there any method/way to move the binary content to external DB without using custom java action/rest service. I am able to save the file in Mendix DB. And in microflow I am taking the content of the file which is in Binary data type and trying to pass it in SQL query string. Thanks , Goutam
asked
Goutam Holla
1 answers
-1
You cannot directly store binary data in to external DB from Mendix using database connector. We may need to use custom java action for this.