hi
how to store the image in the mysql database table using vb.net
Storing image in mysql tablehow to store image in mysql and how to access it
Page 1 of 1
1 Replies - 2799 Views - Last Post: 11 June 2008 - 04:35 AM
Replies To: Storing image in mysql table
#2
Re: Storing image in mysql table
Posted 11 June 2008 - 04:35 AM
shazi_khatoon,
There is a policy on these forums that people asking for help need to show some of their work. This makes sure that the forums are not used by students to have somebodey else do their homework for them without putting in any of their own effort. More importantly it helps other programmers see what you've tried and be better able to help you out.
Generally it is not considered a good idea to store images directly in a database as it is a waste of your system's resources. Instead, it is common practice to store the filepath in the database and call up the image as needed.
-Rob
There is a policy on these forums that people asking for help need to show some of their work. This makes sure that the forums are not used by students to have somebodey else do their homework for them without putting in any of their own effort. More importantly it helps other programmers see what you've tried and be better able to help you out.
Generally it is not considered a good idea to store images directly in a database as it is a waste of your system's resources. Instead, it is common practice to store the filepath in the database and call up the image as needed.
-Rob
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|