I'm currently working with MS Access and WPF with an OleDb. I then read the data using WPF using C#. Now I have entered images in Access as a field (attachment) and would like to display them in WPF. Work with an OleDbReader. Is there something like reader.GetImage(0)? Thanks in advance
SQL Syntax and maybe C# Code
The easiest way would be, to get the image data as
byte[]and bind it to anImage.Sourcein WPF. [email protected]in WPF/XAML