September 18, 2002 at 8:24 am
I am developping an application what must save some word documents in some rows.
Can anyone told me an easy way to do that? I want to use a SP to do that, and can supply the SP with a stream or with a file address...
Thanks,
Muadvic
P.S.: I know it, my english sucks... if you need more accurate info, please tell me and I will try again :p
September 18, 2002 at 1:28 pm
The code is more a client issue. Add a binary column to the table and insert the word document into that. Sending it to the stored procedure will take a little ADO work.
Steve Jones
September 19, 2002 at 1:36 am
Thanks Steve... all info I found about it guides me to the ADO system... I want to do all my DB operations through T-SQL, but it seems I will use the ... ADO.
Thanks for your time,
Muadvic
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply