| | |
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: 426
Reputation:
Solved Threads: 81
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 access algorithm array barchart bitmap box broadcast c# check checkbox client combobox control conversion csharp custom customactiondata database datagrid datagridview dataset datastructure date/time datetime datetimepicker degrees development dll draganddrop drawing encryption enum event excel file filename files form format forms function gdi+ gis gtk hash image index input install java label list listbox mandelbrot math mouseclick mysql operator outlook2003 path photoshop picturebox pixelinversion pixelminversion post programming radians regex remoting richtextbox safari server sleep snooze socket sql statistics stream string table tables tcp text textbox thread time timer update usercontrol usercontrols validation visualstudio webbrowser webcam wia windows winforms wpf xml





