© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
17mo ago
•
37 replies
Runa
Save an image to a mysql
cmd
= new MySqlCommand
(query
, con
)
;
cmd
.Parameters
.AddWithValue
(
"
@image
"
, client
.Image
)
;
I tried this method
, but saved
"System
.Image
.bitmap
" on the database
How can I save the image to the mysql database
?
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Issue using Image.Save to a location, "An error occured in GDI+" within Winform
C
C# / help
2y ago
✅ Save image from picturebox to project path
C
C# / help
3y ago
✅ "Animate" an image along a axis
C
C# / help
2y ago