Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I make a link (file path) into a store image file?

Status
Not open for further replies.

Triplex

Programmer
Oct 10, 2002
43
PH

How can I make a link (file path) in SQL 2000 that points into my stored image (Image Folder). Instead of storing the image file into my SQL Server Table.

Thanks,
Triplex
 
Save the image to a file then save the path to an entry in a table.

Not really sure what the question is.

If you want something like a link which you click on to get the image then that has to be done in the client.

======================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top