F
F
FFFFFFFFFFFFFF2020-05-31 13:03:57
MySQL
FFFFFFFFFFFFFF, 2020-05-31 13:03:57

C# Winforms MySQL. Output image from database to DataGridView!?

C# WinForms MYSQL.
You need to display an image from the database in the DataGridView table.
Structure: id (int), Name (text), Image (longblob)
id and Name output like this: dataGridView1.Columns.Add ; dataGridView1.Rows.Add(reader.GetInt32(0), reader.GetString(1);
Question: How to display an Image in a table!?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2020-05-31
@firedragon

I don’t remember now, but there seems to be an imagecolumn if not, then just create a
UPD
link to the documentation
https://docs.microsoft.com/ru-ru/dotnet/framework/...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question