April 11, 2002 at 12:12 pm
Is there anyway that I can "save" a Word document to an SQL table using VB ?
I want my users to be abel to create a document and then save it into specific tables depending on the category of the document.
Many Thanks
Simon
Simon
April 11, 2002 at 12:27 pm
Use a varbinary or image datatype and then store the document like you would an image using ADO.
Steve Jones
April 11, 2002 at 2:03 pm
Steve
I've set up the table to do that with another text editor using RTF as the format. What I need to know is how I get the text (formated) from Word to a string variable which I can then use with ADO to write to SQL. I would like to use Word as all my users have it installed and they know how to use it (otherwise it means re-training).
Simon
Simon
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply