Apr 19, 2007 #1 swreng MIS Jun 22, 2006 90 GR Dear all, Could anyone give an example on how can i save image data on sql image field from an existing image file ? Many thanks
Dear all, Could anyone give an example on how can i save image data on sql image field from an existing image file ? Many thanks
Apr 19, 2007 1 #2 AlexCuse Programmer Apr 13, 2006 5,416 US I would recommend you store the image outside your database, and store a link to the image in the database. But, if that is not an option for you, have a look at this: http://www.dbazine.com/sql/sql-articles/larsen13 HOpe it helps, Alex Ignorance of certain subjects is a great part of wisdom Upvote 0 Downvote
I would recommend you store the image outside your database, and store a link to the image in the database. But, if that is not an option for you, have a look at this: http://www.dbazine.com/sql/sql-articles/larsen13 HOpe it helps, Alex Ignorance of certain subjects is a great part of wisdom