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
 General SQL Server Forums
 New to SQL Server Programming
 Insert files into a Microsoft SQL DB

Author  Topic 

bassobee
Starting Member

2 Posts

Posted - 2007-06-14 : 04:29:05
Do any of you know how to insert files into a Microsoft SQL DB?

Thank you,

Bassobee

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-06-14 : 08:47:52
What type of files?

Madhivanan

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

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-06-14 : 13:27:11
Can try with writetext to load file to text or image column.
Go to Top of Page

bassobee
Starting Member

2 Posts

Posted - 2007-06-15 : 05:23:12
I want to insert all kind of files.

I want to do something like this:

INSERT INTO table VALUES('0', c:\my document\file.hhp)

Do any of you know how to do this?

Bassobee
Go to Top of Page

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2007-06-15 : 05:31:12
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=37980
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=45564

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -