in reply to Re: Retrieve file BLOB from SQL Server 'Image' field type
in thread Retrieve file BLOB from SQL Server 'Image' field type
This post http://stackoverflow.com/questions/8309181/perl-module-for-generating-doc-or-docx-document-files seems to imply that there is no way for Perl to write a DOCX, however, would this really matter if the data is stored as a blob? It seems that if all the binary data is already there, then all that should be done to reconstruct the DOCX file would be to dump the binary... right?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Retrieve file BLOB from SQL Server 'Image' field type
by Myrddin Wyllt (Hermit) on Sep 24, 2015 at 13:30 UTC | |
by porg (Novice) on Sep 24, 2015 at 15:35 UTC |