Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ブロブ画像を変換してMYSQLデータベースに挿入する必要があります。そのデータを取得して画像ボックスにロードする必要があります。
v_file_data = Encoding.UTF8.GetBytes(ds.Tables[0].Rows[0]["logo"]);
見てください
イメージ - 宛先 - バイト - 配列
と
バイト - 配列 - 宛先 - イメージ
この 2 つのリンクで問題を解決できます