hi,
i'm trying to upload a file in sql server. i have my file in a data of type "binary" in my workflow.
I use the wizard of the event "SQL Data" to upload it in my sql server table, in a column of type "binary". Then when i run the process i get an error message saying that it's impossible to convert from varchar to binary. (varchar = string in sqlserver).
How am i supposed to upload this file in sql server? what am i doing wrong?
Thanks for your help.
