| | |
Storing image to mysql in c#
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jun 2009
Posts: 4
Reputation:
Solved Threads: 1
Hi malik, BLOBs (Binary Large OBjects) are where its at for storing images (and other media) in a database
check out this article for using BLOBs in C#
http://www.c-sharpcorner.com/UploadF...singBlobs.aspx
check out this article for using BLOBs in C#
http://www.c-sharpcorner.com/UploadF...singBlobs.aspx
•
•
Join Date: Jun 2009
Posts: 439
Reputation:
Solved Threads: 82
Try this links:
http://www.codeproject.com/KB/aspnet/image_asp.aspx
The code written in that article uses OdbcConnection for connection with MySQL.
You can use latest .NET Connector for MySQL, and use the MySql.Data.MySqlClient namespace and change your code appropriately.
http://www.codeproject.com/KB/aspnet/image_asp.aspx
The code written in that article uses OdbcConnection for connection with MySQL.
You can use latest .NET Connector for MySQL, and use the MySql.Data.MySqlClient namespace and change your code appropriately.
![]() |
Similar Threads
- How insert image into mysql database and retrieve (PHP)
- Saving mage in a path instead of storing the real image in mysql (PHP)
- How to retrieve image from MySQL(not MS SQL) and show in the <asp:image> control, c# (ASP.NET)
- how to save and retrieve an image using mysql and php (PHP)
- In Mysql Storing and retriving the image with asp.net (MySQL)
- Storing image paths into a mysql db using a php script (PHP)
- problem saving image into mysql database (VB.NET)
- insert image into mysql (Visual Basic 4 / 5 / 6)
Other Threads in the C# Forum
- Previous Thread: opacity control...?
- Next Thread: Creating a Multi-Lingual Website/Application
| Thread Tools | Search this Thread |
.net 2007 access ado.net algorithm array barchart bitmap box broadcast buttons c# camera check checkbox client color combobox control conversion cs4 csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event eventcloseformc# excel file files form format forms function gdi+ httpwebrequest image index input install ip java label list listbox listener listview load mandelbrot math mouseclick mysql operator path photoshop picturebox pixelinversion post programming radians regex remote remoting richtextbox security serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer update usercontrol validation visual visualstudio webbrowser windows winforms wordautomation wpf xml





