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
 SQL Server Development (2000)
 Saving a Word and HLP File in SQL Server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-01-21 : 12:02:36
Edgar Sanchez writes "I have a Word document and HLP File that I want to store in a "IMAGE" field.

The Documents get updated frequently by one user only so I have a lot of selects but only 1 insert/update per day.

Right now most of my users are accessing the HLP and DOC files through a network drive but are getting 'File Sharing' errors.

If I put the files in SQL Server, I think this should fix the problem but there is no documentation on how to store a Word or HLP File inside a SQL Server Table.ImageField.

I use Access 2000 and/or VB 6.0 Sp4 (ADO)
Can you help?

Thanks,"
   

- Advertisement -