J
jonas.berling
Hi,
There are several postings on how to upload a Word document to an SQL
Server 2000 and we have implemented that already. But my users would
prefer to never have to store the document to file, just click some
custom made button like "Store in DB", fill in some additional (meta-)
data and more or less post it to the DB. I could easily put ADO code
in our templates, but how do I get a handle on the document that I can
use in ADO calls? I can imagine something like
"ActiveDocument.Binary". Is this possible? If not, other ideas?
Regards,
Jonas
There are several postings on how to upload a Word document to an SQL
Server 2000 and we have implemented that already. But my users would
prefer to never have to store the document to file, just click some
custom made button like "Store in DB", fill in some additional (meta-)
data and more or less post it to the DB. I could easily put ADO code
in our templates, but how do I get a handle on the document that I can
use in ADO calls? I can imagine something like
"ActiveDocument.Binary". Is this possible? If not, other ideas?
Regards,
Jonas