Hi guys,
I'm creating an App for storing Notes and showing them in a List View. This Notes also have a Picture. I created a Database with ADO.NET.
I'm able to store the Note in that Database, the only thing missing is storing that picture from the Note too.
How am I able to store Images in the Database?
Thanks