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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-01-19 : 08:39:11
|
| Mike writes "I have a basic table id, date, documentI would like to insert a picture or document etc... into the document field by way of a stored procedure parameter.The document field is an image data type." |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2006-01-19 : 09:04:31
|
| You dont, keep your images in a folder, and the path in the tables, then use a dynamic value to insert into your webpage or vb app. Many such examples in this forumhttp://www.sqlteam.com/forums/topic.asp?TOPIC_ID=45564http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=37980http://www.sqlteam.com/item.asp?ItemID=986 |
 |
|
|
Kristen
Test
22859 Posts |
|
|
|
|
|