Currently we are trying to write a file to the database using Ivy's persistence API - which data-type can we use to achieve this or do we have to use a plain SQL-Step?

asked 26.05.2015 at 12:15

Nikel%20Weis's gravatar image

Nikel Weis
(suspended)
accept rate: 57%


I followed this example with the byte[] variant. The only drawback: I had to write the entity class by myself, because byte[] is not supported by the entity class editor.

Have also a look at this Q&A entry - it's about the same topic.

link

answered 29.05.2015 at 17:03

Dominik%20Regli's gravatar image

Dominik Regli ♦
(suspended)
accept rate: 85%

Thanks for your reply - yeah that's indeed a draw-back. This should actually be a feature of the entity class editor. I'll have a look on the other post.

(17.06.2015 at 11:47) Nikel Weis Nikel%20Weis's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×32

Asked: 26.05.2015 at 12:15

Seen: 2,074 times

Last updated: 17.06.2015 at 11:47