If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > save / read image in mysql

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-17-10, 06:16
jrahma jrahma is offline
Registered User
 
Join Date: Apr 2003
Posts: 101
save / read image in mysql

I am looking for the steps on how to save and how to read images from/to mysql using C#?


Thanks.
Reply With Quote
  #2 (permalink)  
Old 11-17-10, 14:27
r937 r937 is online now
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
as far as mysql is concerned, you would use a BLOB

as far as C# is concerned, i have no idea

besides, most people will advise to store the images on the file server, and only store the path to the image in a short VARCHAR column
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On