Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Import Image to SQL Database

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-12-05 : 08:12:54
Marcin writes "I have a question.
How I can insert image from file to database?

Please send mi sample code!

Marcin"

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-12-05 : 08:25:56
It is easy to store the Physical path of the image to the table than image itself so that with file system object, you can show the images in your Front End Application.

Otherwise refer this
http://www.microsoft.com/technet/prodtechnol/sql/2000/reskit/part3/c1161.mspx

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2005-12-05 : 14:57:18
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=55210&SearchTerms=image,blob

Kristen
Go to Top of Page
   

- Advertisement -