1

For this university assignment that I have been assigned.

I have to develop an application for use on a PDA which is running J2ME and Apache Derby in embedded mode.

I would like to both import/export an image to the database. How would I do this? Also would storing the image as a blob be suitable?

1 Answer 1

1

To retrieve and upload your images from the database you will need the Derby JDBC driver. Read the Derby wiki for more info.

Blob stands for binary large object, and would be good to store an image in.

JDBC tutoiral

Using Derby on Java ME platforms wiki page.

Good Luck.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.