Inserting Binary Data into SQL Database Using KNIME

@SnigdhaBiswas you might have to configure the type of he column in the DB write/Insert node as BLOB.

You will have to have the data as column type binary in your knime workflow. The column will have to match the ones in the database table you want to write to

1 Like