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
 Import/Export (DTS) and Replication (2000)
 Importing graphical images into a DB

Author  Topic 

tubi
Starting Member

1 Post

Posted - 2004-08-26 : 05:59:11
Hi

Is there any way to import a jpeg image in to a Database table, for retriveal. If so, how do you go about inserting this image.

I am using SQL 2000.

Thanks

Trevor

mr_mist
Grunnio

1870 Posts

Posted - 2004-08-26 : 06:11:49
Don't do this. Store your images on the file system and pointers to the filenames in the database.

-------
Moo. :)
Go to Top of Page
   

- Advertisement -